Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

feat: enable custom formats for dag put and get #3347

Merged
merged 15 commits into from
Oct 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add documentation
simonovic86 committed Sep 30, 2020
commit 64d37b9c7df940e8ccd7fb4b59f19925d9e7842a
1 change: 1 addition & 0 deletions packages/ipfs-http-server/src/index.js
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ class HttpApi {

/**
* Starts the IPFS HTTP server
* @param {object} [opts] - specify advanced configuration
* @param {object} [opts.ipld.formats] - IPLD custom formats
* @return {Promise<HttpApi>}
*/