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

object #58

Closed
41 tasks done
daviddias opened this issue Jan 26, 2016 · 5 comments
Closed
41 tasks done

object #58

daviddias opened this issue Jan 26, 2016 · 5 comments
Assignees
Labels
exp/novice Someone with a little familiarity can pick up

Comments

@daviddias
Copy link
Member

The object API enables IPFS users to create graph structures with IPFS were links are MerkleLinks (multihashes)

To learn more about the object API, you can

Implementation Roadmap

  • MerkleDAG JS implementation https://github.com/vijayee/js-ipfs-merkle-dag
  • jsipfs object new [template] - Creates a new object from an ipfs template.
    • core
    • http-api
    • cli
  • jsipfs object get - Get and serialize the DAG node named by .
    • core
    • http-api
    • cli
  • jsipfs object put - Stores input as a DAG object, outputs its key.
    • core
    • http-api
    • cli
  • jsipfs object stat - Get stats for the DAG node named by .
    • core
    • http-api
    • cli
  • jsipfs object data - Outputs the raw bytes in an IPFS object.
    • core
    • http-api
    • cli
  • jsipfs object links - Outputs the links pointed to by the specified object.
    • core
    • http-api
    • cli
  • jsipfs object patch append-data - Append data to the data segment of a dag node.
    • core
    • http-api
    • cli
  • jsipfs object patch add-link - Add a link to a given object.
    • core
    • http-api
    • cli
  • jsipfs object patch rm-link - Remove a link from an object.
    • core
    • http-api
    • cli
  • jsipfs object patch set-data - Set data field of an ipfs object.
    • core
    • http-api
    • cli
@daviddias daviddias added help wanted exp/expert Having worked on the specific codebase is important labels Jan 26, 2016
@daviddias daviddias mentioned this issue Jan 26, 2016
4 tasks
@daviddias daviddias self-assigned this Jan 28, 2016
@daviddias daviddias added help wanted exp/novice Someone with a little familiarity can pick up and removed help wanted exp/expert Having worked on the specific codebase is important labels Feb 1, 2016
@daviddias daviddias changed the title feature: object object Feb 23, 2016
@daviddias
Copy link
Member Author

updated this issue

@daviddias daviddias removed their assignment Feb 23, 2016
@fbaiodias fbaiodias self-assigned this Mar 9, 2016
@fbaiodias
Copy link
Member

Started working on this on feature/object branch :)

@daviddias
Copy link
Member Author

@xicombd 👍 :D

@fbaiodias
Copy link
Member

Started working on the object patch commands on the feature/object-patch

Their spec is now available at ipfs-inactive/http-api-spec#68 \o/

@RichardLitt
Copy link
Member

Woo! Thanks @xicombd!

vasco-santos pushed a commit that referenced this issue Sep 21, 2021
Bumps [file-type](https://github.com/sindresorhus/file-type) from 14.7.1 to 15.0.0.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v14.7.1...v15.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/novice Someone with a little familiarity can pick up
Projects
None yet
Development

No branches or pull requests

4 participants