Releases: NdoleStudio/lemonsqueezy-go
Releases · NdoleStudio/lemonsqueezy-go
v1.0.1
- Changed the go package name from
client
tolemonsqueezy
v1.0.0
v0.0.12
New 🎊
- Webhooks API endpoints implemented
-
PATCH /v1/webhooks/:id
: Update a webhook -
GET /v1/webhooks/:id
: Retrieve a webhook -
GET /v1/webhooks
: List all webhooks -
DELETE /v1/webhooks/{id}
: Update a webhook
-
- Created objects for webhook request payload
WebhookRequestOrder
WebhookRequestSubscription
WebhookRequestSubscriptionInvoice
WebhookRequestLicenseKey
Bug Fixes 🪲
- Change the
refunded
field fromint
tobool
inOrder
andSubscription
objects. Thanks @jokimina
v0.0.11
Implemented
- License Keys
-
GET /v1/license-keys/:id
: Retrieve a license key -
GET /v1/license-keys
: List all license keys
-
- License Key Instances
-
GET /v1/license-key-instances/:id
: Retrieve a license key instance -
GET /v1/license-key-instances
: List all license keys instance
-
v0.0.10
Implemented
- Checkouts
-
POST /v1/checkouts
: Create a checkout -
GET /v1/checkouts/:id
: Retrieve a checkout -
GET /v1/checkouts
: List all checkout
-
v0.0.9
Implemented
- Discounts
-
POST /v1/discounts
: Create a discount -
GET /v1/discounts/:id
: Retrieve a discount -
DELETE /v1/discounts/:id
: Delete a discount -
GET /v1/discounts
: List all discounts
-
v0.0.8
Implemented
- Subscription Invoices
GET /v1/subscription-invoices/:id
: Retrieve a subscription invoiceGET /v1/subscription-invoices
: List all subscription invoices
- Discount Redemptions
GET /v1/discount-redemptions/:id
: Retrieve a discount redemptionGET /v1/discount-redemptions
: List all discount redemptions
v0.0.7
Implemented
- Orders
GET /v1/orders/:id
: Retrieve an orderGET /v1/orders
: List all orders
- Order Items
GET /v1/order-items/:id
: Retrieve an order itemGET /v1/order-items
: List all order items
v0.0.6
Implemented
- Variants
GET /v1/variants/:id
: Retrieve a variantGET /v1/variants
: List all variants
- Files
GET /v1/files/:id
: Retrieve a fileGET /v1/files
: List all files
v0.0.5
Implemented
- Customers
GET /v1/customers/:id
: Retrieve a customerGET /v1/customers
: List all customers
- Products
GET /v1/products/:id
: Retrieve a productGET /v1/products
: List all products