Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

INFURA/ipfs-http-api-docs-archived

 
 

Repository files navigation

http-api-docs

standard-readme compliant Build Status

A generator for go-ipfs API endpoints documentation.

Table of Contents

Install

In order to build this project, you need to first install Go, clone this repo, and finally run make install:

> git clone https://github.com/ipfs/http-api-docs "$(go env GOPATH)/src/github.com/ipfs/http-api-docs"
> cd "$(go env GOPATH)/src/github.com/ipfs/http-api-docs"
> make install

Usage

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/docs/blob/master/content/reference/api/http.md, so you can redirect the output to just overwrite that file.

Captain

This project is captained by @hsanjuan.

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT (C) Protocol Labs, Inc.

About

Documentation on IPFS HTTP API endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Makefile 0.2%