A generator for go-ipfs API endpoints documentation.
In order to build this project, you need to first clone the repo and then run make install
:
> git clone https://github.com/ipfs/http-api-docs/http-api-docs
> cd http-api-docs
> make install
After installing you can run:
> http-api-docs
This should spit out a Markdown document. This is exactly the api.md documentation at https://github.com/ipfs/website/blob/master/content/pages/docs/api.md , so you can redirect the output to just overwrite that file.
This project is captained by @hsanjuan.
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © Hector Sanjuan