NuroDev / lemonsqueezy.ts

🍋 JavaScript / TypeScript SDK for the Lemon Squeezy API
https://paka.dev/npm/lemonsqueezy.ts
MIT License
158 stars 17 forks source link

feat request: add the licensing api #4

Open JimmyLv opened 1 year ago

JimmyLv commented 1 year ago

thanks for this awesome project, have you tried to add these related APIs? https://docs.lemonsqueezy.com/help/licensing/license-api

NuroDev commented 1 year ago

This is something I do plan on adding support for at some point in the future. However doing so will take slightly more work than most of the existing API endpoint as, from a quick look, it looks like they have implemented a new API structure which is not similar to existing response structure I have built all of the existing modules around.