diff --git a/README.MD b/README.MD index 31bbc3e..86220e5 100644 --- a/README.MD +++ b/README.MD @@ -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.