summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/client.rs
AgeCommit message (Expand)Author
2020-05-16move client to separate moduleFerris Tseng
2020-05-16fix issue where actix was not sending a bodyFerris Tseng
2020-05-16formattingFerris Tseng
2020-05-15Only use POST for IPFS v0.5 compatAlan Lu
2020-03-22formattingFerris Tseng
2020-03-17increment version; upgrade dependencies; fix deprecationsFerris Tseng
2020-03-17update implementation to use parity-multiaddr2075
2019-12-25use "impl Stream" instead of the async stream response typeFerris Tseng
2019-12-25refactoring for more asyncFerris Tseng
2019-12-24implement last 2 methods on clientFerris Tseng
2019-12-24move types to libFerris Tseng
2019-12-24cleaning up doc testsFerris Tseng
2019-12-23update ipfs client methodsFerris Tseng
2019-12-23implementing examplesFerris Tseng
2019-12-22implementing a bunch of methodsFerris Tseng
2019-12-22get all the core methods working!Ferris Tseng
2019-12-22various cleanupFerris Tseng
2019-12-22fleshing out almost all of the core functionalityFerris Tseng
2019-12-22beginning to upgrade client, but blerghFerris Tseng
2019-10-14add dyn to types for actix featureFerris Tseng
2019-10-14Upgrade actix to v1, bump ipfs-api to v0.5.2Sameer Puri
2019-10-14Format codeBogdan Arabadzhi
2019-10-12Use if let for file error checkingBogdan Arabadzhi
2019-10-12Upgrade to Rust 2018Bogdan Arabadzhi
2019-04-04ipfs-api: Add hyper_tls for added HTTPS supportJannis
2019-02-13formatting; docs update; version increment; small refactorsFerris Tseng
2019-02-13Add actix feature for using actix-webSameer Puri
2019-02-09Impose 'static on multipart formsSameer Puri
2019-01-11Change impl Default to match go-ipfs-api behaviorSameer Puri
2018-12-31Fix clippy warningsSameer Puri
2018-12-31Run cargo fmtSameer Puri
2018-12-31Implement capability to add files/directories by path to IPFSSameer Puri
2018-08-04formattingFerris Tseng
2018-08-03switch from error-chain to failureLeonardo Yvens Schwarzstein
2018-06-27fix doc testsFerris Tseng
2018-06-27turn off keep aliveFerris Tseng
2018-06-27add send bounds where necessaryFerris Tseng
2018-06-27get ipfs-api compilingFerris Tseng
2018-03-08add method to requestFerris Tseng
2018-01-23add /object/new and /object/dataFerris Tseng
2018-01-23add /bitswap/reprovideFerris Tseng
2018-01-23add shutdown commandFerris Tseng
2018-01-23add /name/publish and /name/resolveFerris Tseng
2018-01-23fix testsFerris Tseng
2018-01-23use Option instead of &OptionFerris Tseng
2018-01-23add todosFerris Tseng
2018-01-23add /key/rename and /key/rmFerris Tseng
2017-12-30clippy and formattingFerris Tseng
2017-12-11Uppercased path->PATH in constants.Simon Heath
2017-12-11Replaced path() method with associated const on ApiRequest traitSimon Heath