summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/request/pin.rs
AgeCommit message (Collapse)Author
2018-03-08add method to requestFerris Tseng
2018-01-23use Option instead of &OptionFerris Tseng
2018-01-23formattingFerris Tseng
2017-12-13Revert "Add basic derive's to all types"Simon Heath
This reverts commit fc77980617d9ef179ecb1773f3d901f52790cfad.
2017-12-11Uppercased path->PATH in constants.Simon Heath
2017-12-11Replaced path() method with associated const on ApiRequest traitSimon Heath
2017-12-11Add basic derive's to all typesSimon Heath
...though I may have missed some. But everything that can should now impl Debug, Copy, Clone, PartialEq, Eq, and Hash.
2017-12-05Merge pull request #4 from icefoxen/pin-addFerris Tseng
Added /pin/add endpoint call
2017-12-03finish writing docs; fix some API issuesFerris Tseng
2017-11-30Added /pin/add endpoint callSimon Heath
2017-11-26take in a pointer to option insteadFerris Tseng
2017-10-25add licenseFerris Tseng
2017-10-10add more pin and pubsub callsFerris Tseng
2017-10-10add error handling for json requestsFerris Tseng
2017-10-10add pin requestFerris Tseng