Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
whelanp authored Sep 23, 2024
1 parent f4e84e0 commit 9c84ceb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ A swagger specification is a language-agnostic interface to RESTful APIs which a
The specification can then be used by documentation generation tools to display the API, code generation tools to generate servers and clients in various programming languages, testing tools, and many other use cases.

#### API Docs
Our API specification is available at the following link. [Click here for the API documentation](https://sentenial.github.io/credit-transfers/docs/redoc.html).
Our API specification is available at the following links.
[Click here for the V1 API documentation](https://sentenial.github.io/credit-transfers/docs/redoc.html).
[Click here for the V2 API documentation](https://sentenial.github.io/credit-transfers/docs/redoc-v2.html).

### Client Code Generation
The swagger codegen project, allows generation of API client libraries (SDK generation), server stubs and documentation automatically given an OpenAPI Spec.
Expand Down

0 comments on commit 9c84ceb

Please sign in to comment.