All notable changes to LemonSqueeze.php
will be documented in this file.
- [FEATURE] Support the LemonSqueezy Product API.
- New Product method
getAllProducts
. - New Product method
getStoreProducts
. - New Product method
getProduct
. - New Product method
getProductVariants
. - New Product method
getProductWithVariants
.
- [FEATURE] Support the LemonSqueezy Store API.
- New Store method
getAllStores
. - New Store method
getStore
. - [FEATURE] Support the LemonSqueezy Customer API.
- New Store method
getAllCustomers
. - New Store method
getStoreCustomers
. - New Store method
getCustomer
.
- Refactoring the User Entity.
- Adding the Id into the returned entity.
- User's
getId
method.
- Fixing GitHub actions.
- Initial release.
- Including HttpClient.
- Adding the User endpoint methods from the LemonSqueezy official API.