Skip to content

Releases: NdoleStudio/lemonsqueezy-go

v0.0.4

13 Jan 20:09
Compare
Choose a tag to compare

Implemented

  • Users
    • GET /v1/users/me: Retrieve the currently authenticated user.
  • Stores
    • GET /v1/stores/:id: Retrieve a store
    • GET /v1/stores: List all stores

v0.0.3

07 Jan 10:03
Compare
Choose a tag to compare

Implemented

  • PATCH /v1/subscriptions/:id: Update a subscription
  • GET /v1/subscriptions: List all subscriptions

v0.0.2

31 Dec 17:34
Compare
Choose a tag to compare
  • Updated the webhook request payload to be generic
  • Fix the webhook signature verification method.

v0.0.1

31 Dec 14:19
Compare
Choose a tag to compare

Implemented

  • Subscriptions
    • GET /v1/subscriptions/:id: Retrieve a subscription
    • DELETE /v1/subscriptions/{id}: Cancel an active subscription
  • Webhooks
    • Verify: Verify that webhook requests are coming from Lemon Squeezy