Typeform/js-api-client

Consistency between API and SDK (Form page size)

Closed this issue · 1 comments

On Create API, to retrieve forms.

/forms endpoint on the api forms.list function in the SDK.

parameter for page size is page_size in the API, but pageSize in the SDK.
Not really consistent.

What should be done?

All parameters are changed from snake_case to camelCase. I think this is in line with how we write code at Typeform - frontend uses camelCase even if backend uses snake_case.