We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I still using your package to call Platformatic API to extract only a fields list.
The urls correct are as is:
https://xxxxxxxxxxxxxx/api/gemini/boms/?fields=id&fields=tag&where.plantId.eq=00000008-0000-0000-0000-000000000000&limit=10 https://xxxxxxxxxxxxxx/api/gemini/boms/?limit=10&fields=description&fields=id
The wrong URL are :
https://xxxxxxxxxxxxxx/api/gemini/boms/?fields%5B%5D=id&fields%5B%5D=tag&where.plantId.eq=00000008-0000-0000-0000-000000000000&limit=10 https://xxxxxxxxxxxxxx/api/gemini/boms/?fields%5B%5D=id&fields%5B%5D=item&fields%5B%5D=parent&fields%5B%5D=level&fields%5B%5D=tN&fields%5B%5D=description&fields%5B%5D=descriptionEn&fields%5B%5D=quantity&fields%5B%5D=type&fields%5B%5D=revision&fields%5B%5D=uuid&fields%5B%5D=path&fields%5B%5D=tag&where.plantId.eq=00000008-0000-0000-0000-000000000000&limit=10
The generated client is :
export interface GetQueryParams { fields?: | 'createdAt' | 'description' | 'id' | 'item' ...
How to remove %5B%5D unused chars from CURL ?
%5B%5D
Thanks for your support, regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I still using your package to call Platformatic API to extract only a fields list.
The urls correct are as is:
The wrong URL are :
The generated client is :
How to remove
%5B%5D
unused chars from CURL ?Thanks for your support, regards
The text was updated successfully, but these errors were encountered: