Skip to content

How to use oas-client.json #379

Answered by lucaro
Lunr127 asked this question in Q&A
Jan 4, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I'm not sure I understand the question. The json file you mention contains the OpenAPI specification of the API, its endpoints, parameters, and response messages. The Java example is only that, an example, on how it would look like if you would talk to this API using Java, here with automatically generated client code based on the specification. You can however use pretty much any language you want, as there are OpenAPI code generators for a large range of languages. Just use the code generator to generate client code based on the specification in the json and use that code to communicate with the server.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Lunr127
Comment options

@lucaro
Comment options

@Lunr127
Comment options

Answer selected by sauterl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants