yjmorales / bo-api-specifications
This project contains the API definition, interfaces, and data objects for data exchange with BO
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/yjmorales/bo-api-specifications
Requires
- phpunit/phpunit: ^5.7
README
This project holds an example of an API definition based on OpenApi 3 Specifications.
The specification file is self-explanatory and below is minor information on how to install this on a project.
Installation
If you want to add this current repository to the repositories section on your own project composer.json file.
"repositories": [
{
"type": "git",
"url": "git@github.com:yjmorales/openapi-specifications.git"
}
],
Further information about OpenAPI Specification please visit its specification.
Contact me
Yenier Jimenez
http://yenierjimenez.net
yjmorales86@gmail.com