freshworks / freshworks-api-sdk

Node.js client SDK for Freshworks' REST APIs, currently in beta. Supports Freshteam and Freshservice (partially).
https://developers.freshworks.com/api-sdk/
MIT License
6 stars 2 forks source link

Pagination query params for some GET endpoints not included in OpenAPI spec #43

Closed kaustavdm closed 2 years ago

kaustavdm commented 2 years ago

Pagination query params, sort, sort_type, and page are not documented in the Freshteam OpenAPI spec, though pagination is supported on these endpoints:

Which means, codegen does not generate query params for pagination for their respective methods. Which means their respective methods in the API SDK cannot support pagination. :-|

kaustavdm commented 2 years ago

Freshteam have updated the OpenAPI spec to include pagination query params. Update work is going in the feature/update-spec branch.