summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/request/files.rs
AgeCommit message (Expand)Author
2020-05-15Only use POST for IPFS v0.5 compatAlan Lu
2019-10-15Migrate to Rust 2018 editionBogdan Arabadzhi
2019-10-14Format codeBogdan Arabadzhi
2019-10-12Upgrade to Rust 2018Bogdan Arabadzhi
2019-02-13Add actix feature for using actix-webSameer Puri
2018-06-27get ipfs-api compilingFerris Tseng
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
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
2017-11-26take in a pointer to option insteadFerris Tseng
2017-11-24add implementation for files writeFerris Tseng
2017-10-27add calls to /filesFerris Tseng