You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three main folders of interest in this repo:
14
+
-`main`: This contains a comprehensive specification of the Paystack API:
15
+
- resources: This contains individual endpoints in each API category
16
+
- responses: This contains the models for responses
17
+
- schemas: This contains models for each endpoint
18
+
- paystack.yml: This is the entry point for all components
19
+
-`dist`: In order to allow making use of the specification, we built a single file from all components in `main` folder.
20
+
-`sdk`: This is a single file specification being used to client library generation. It contains just enough parameters for our client libraries.
14
21
15
22
## Issues
16
-
How to report an issue
23
+
Kindly [open an issue](https://github.com/PaystackOSS/openapi/issues) if you discover any bug or have problems using this library.
17
24
18
25
## License
19
26
This repository is made available under the MIT license. Kindly read the [LICENSE](https://github.com/PaystackOSS/openapi/blob/main/LICENSE) file for more information.
0 commit comments