API Client? #488
mastercoms
started this conversation in
General
API Client?
#488
Replies: 4 comments 8 replies
|
@mastercoms There isn't one yet, but it's a nice idea. If you're interested in open sourcing it at some point, let me know if I can help at all. |
0 replies
|
https://github.com/OpenAPITools/openapi-generator/ Seems like this can be used |
2 replies
|
It works decently but have a problem with large tables where the API calls have a lot of parameters in TypeScript. Do you know of a way to have a params object instead, I'm not sure if it's best done in adjusting the REST call to use JSON body instead of query params, or to do it in the client generator. |
2 replies
|
Is there a way to automatically join tables together instead of querying the schema and then looping through all possible visible fields? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Does an API web client exist for building REST queries for PiccoloCRUD? I find the syntax a bit unwieldy for production, so we'd make a query builder for this, if one does not already exist.
All reactions