Hi there, I'll try and keep it brief, but I'd really like to see this with the Ultimate API, especially if it's going to be exclusive to Ultimate (it's the only reason I still have Ultimate now)
Suggestions:
Bugs:
- In JSON format, please return discord_id as a string, not an integer, because right now it exceeds the byte size of integers, causing it to completely bug out if returning as JSON (not tested others)
Suggestions:
- Better docs, the docs look pretty awful and hard to navigate. Maybe use something like Swagger for better docs or just organise everything better
- Increase rate limit or allow me to request to increase rate limit
- Add filters/searching to results in the API routes (e.g. let me find all purchases for a specific user_id between a specific date (right now I have to run loads of API requests and filtering to do this)
- Allow me to specify results-per-page OR remove the limit entirely by default. If I want to list/loop through product purchases with like 50 results, I have to use 3 API calls which uses up my usage a lot
- Add new API route to be able to fetch a user's purchases or licenses
Bugs:
- In JSON format, please return discord_id as a string, not an integer, because right now it exceeds the byte size of integers, causing it to completely bug out if returning as JSON (not tested others)
- Type
- Suggestion
