Skip to content

yjmorales/openapi-specifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Definition based on OpenApi Specifications (v3).

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

About

This project holds an example of an API definition based on OpenApi 3 Specifications.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published