Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 1.12 KB

README.md

File metadata and controls

16 lines (9 loc) · 1.12 KB

Open API Specification for Skip Pay payments API

This is OAS for Skip Pay REST payments API.

🔗 For more information see our developers portal: developers.skippay.cz

What is OpenAPI?

OpenAPI, formerly known as Swagger, is a specification for describing RESTful APIs. It enables the documentation, testing, and development of APIs in a consistent format.

How to Use this OpenAPI Specification?

  1. Viewing the Specification: To view the OpenAPI specification, simply open the SkipPay_OAS.yaml file in your favorite editor or use online tools such as the Swagger Editor.

  2. Generating Clients: You can generate clients in various programming languages based on this OpenAPI specification. We recommend using Swagger Codegen or OpenAPI Generator.

  3. API Validation: You can use the OpenAPI specification to validate the features and interfaces of the Skip Pay payments REST API, ensuring they adhere to the specification.