From 9c84ceb16d12066f4a6504b52004a310448022e6 Mon Sep 17 00:00:00 2001 From: Paul Whelan <5592632+whelanp@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:12:55 +0100 Subject: [PATCH] Update README.MD --- README.MD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.