Skip to content

ApiMngr/apimngr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiMngr

ApiMngr is a simple API Manager for RESTful APIs

https://localhost:9090

curl -X POST -H "Content-Type: application/json" https://localhost:9090/default/create -d '{"url":"https://petstore.swagger.io/v2/swagger.json"}'
curl -X GET --header 'Accept: application/json' 'https://localhost:9090/default/_/v2/pet/findByStatus?status=available' --include`

Releases

No releases published

Packages

No packages published

Languages