Releases: NdoleStudio/lemonsqueezy-go
Releases · NdoleStudio/lemonsqueezy-go
v0.0.4
Implemented
- Users
GET /v1/users/me
: Retrieve the currently authenticated user.
- Stores
GET /v1/stores/:id
: Retrieve a storeGET /v1/stores
: List all stores
v0.0.3
Implemented
PATCH /v1/subscriptions/:id
: Update a subscriptionGET /v1/subscriptions
: List all subscriptions
v0.0.2
- Updated the webhook request payload to be generic
- Fix the webhook signature verification method.
v0.0.1
Implemented
- Subscriptions
GET /v1/subscriptions/:id
: Retrieve a subscriptionDELETE /v1/subscriptions/{id}
: Cancel an active subscription
- Webhooks
Verify
: Verify that webhook requests are coming from Lemon Squeezy