Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

shotastage/apiref

Repository files navigation

apiref

Screenshot

API document server for team internal use.

Deploy

Submit compiled Blueprint

APIRef provides simple API to submit & update compiled API Blueprint. You can use another API doc instead of API Blueprint if it can compile as HTML.

You can post compiled API Blueprint using curl command. Thus, it is easy to post it on ci environment.

$ curl -d "<html><h1>Hello!</h1></html>" \
       -H "APIRef-Token: w1Wvmpins1k3jUYAC142Ne3QabjYCBcrGESB2jJ1kj4" \
       http://localhost:8000/submit_compiled_blueprint/ -X POST

License

This software is freely distributed under the MIT, see LICENSE for detail.

About

API reference with authorization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published