Skip to content

Commit

Permalink
Document license validation and activation
Browse files Browse the repository at this point in the history
Added license validation, activation and deactivation to the README.
  • Loading branch information
igolaizola committed Jan 13, 2024
1 parent e43a382 commit 1f4a439
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ import "github.com/NdoleStudio/lemonsqueezy-go"
- **License Key Instances**
- `GET /v1/license-key-instances/:id`: Retrieve a license key instance
- `GET /v1/license-key-instances`: List all license keys instance
- **Licenses**
- `POST /v1/licenses/validate`: Validate a license
- `POST /v1/licenses/activate`: Activate a license
- `POST /v1/licenses/deactivate`: Deactivate a license
- **Checkouts**
- `POST /v1/checkouts`: Create a checkout
- `GET /v1/checkouts/:id`: Retrieve a checkout
Expand Down

0 comments on commit 1f4a439

Please sign in to comment.