-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipfs http server API #132
Comments
This was referenced Sep 28, 2014
Merged
I will incrementally contribute to this. |
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this issue
Oct 23, 2021
Create Jenkinsfile
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
sync: update CI config files
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Feb 25, 2022
sync: update CI config files
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
sync: update CI config files
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this issue
Mar 4, 2022
sync: update CI config files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to define the http server API. We'll use this issue to draft it. (if you haven't designed HTTP APIs before, please take a look at notoriously well-designed HTTP APIs like github's)
Some notes:
ipfs
andipns
at/ipfs/...
and/ipns/...
/api
/api
should be versioned./console
or/admin
or/webui
?format=json
or headerAccept-Content-Type: application/json
). Should support JSON, raw protobuf (for returning blocks), and ... potentially XML (ew).?pretty=true
to pretty print output@context
, which needs to be made)/ipns
->/ipfs
?resolve=false
)?raw=true
to output raw blocks (or, conversely, make that the default, and use?unwrap=true
to only get back the data)So far, routes:
The text was updated successfully, but these errors were encountered: