Using the API Schema
このページで扱うトピック
Opn publishes an OpenAPI-compatible schema of the Omise API at https://api.omise.co/schema.
The OpenAPI schema describes specific data structures used by APIs, such as certain objects, parameters, data types, endpoints, and so on, in a syntax that is independent of the programming language the API is created in.
With the Omise API Schema, you can:
- Use tools such as Postman and Swagger to test that the API works correctly. Pass in parameters and observe the results.
- Generate code for API wrappers in multiple languages. For example, use a tool such as the Swift Open API generator to generate the API wrapper in Swift.