The OpenAPI specification for the Paystack API
The OpenAPI specification provides another alternative to test the Paystack API. You can download the specification and make use of it on:
There are three main folders of interest in this repo:
main
: This contains a comprehensive specification of the Paystack API:- resources: This contains individual endpoints in each API category
- responses: This contains the models for responses
- schemas: This contains models for each endpoint
- paystack.yml: This is the entry point for all components
dist
: In order to allow making use of the specification, we built a single file from all components inmain
folder.sdk
: This is a single file specification being used to client library generation. It contains just enough parameters for our client libraries.
Kindly open an issue if you discover any bug or have problems using this library.
This repository is made available under the MIT license. Kindly read the LICENSE file for more information.