summaryrefslogtreecommitdiffstats
path: root/ipfs-api/examples
AgeCommit message (Expand)Author
2019-12-25add return statementFerris Tseng
2019-12-25refactoring for more asyncFerris Tseng
2019-12-25use boxed_local to get around Send requirementFerris Tseng
2019-12-24use proper runtime for all examplesFerris Tseng
2019-12-24add example for tailing logFerris Tseng
2019-12-24finish updating examplesFerris Tseng
2019-12-24add time dependency; formattingFerris Tseng
2019-12-23update examplesFerris Tseng
2019-12-23implementing examplesFerris Tseng
2019-10-16Remove unnecessary extern crate declarationsBogdan Arabadzhi
2019-10-14unify runtime in examplesFerris Tseng
2019-02-13formatting; docs update; version increment; small refactorsFerris Tseng
2019-02-13Add actix feature for using actix-webSameer Puri
2018-12-31Run cargo fmtSameer Puri
2018-08-04formattingFerris Tseng
2018-06-27finish updating examplesFerris Tseng
2018-06-27updating examplesFerris Tseng
2018-01-23add /name/publish and /name/resolveFerris Tseng
2018-01-23use Option instead of &OptionFerris Tseng
2018-01-23formattingFerris Tseng
2017-12-30clippy and formattingFerris Tseng
2017-12-03finish writing docs; fix some API issuesFerris Tseng
2017-11-30remove dev codeFerris Tseng
2017-11-26fix testsFerris Tseng
2017-11-24add tar commandsFerris Tseng
2017-11-24add implementation for files writeFerris Tseng
2017-11-24move multipart to crateFerris Tseng
2017-11-24finish implementing config replace callFerris Tseng
2017-11-19add a fake ipfs server that just prints out requestsFerris Tseng
2017-10-27add calls to /filesFerris Tseng
2017-10-27drop extra importFerris Tseng
2017-10-25add licenseFerris Tseng
2017-10-25add dns exampleFerris Tseng
2017-10-25limit number of message in pubsub exampleFerris Tseng
2017-10-25add line decoder and stream readerFerris Tseng
2017-10-12small refactorFerris Tseng
2017-10-12refactor examples; add pubsub exampleFerris Tseng
2017-10-11add ping command and exampleFerris Tseng
2017-10-11modify api to return a Boxed future instead of a resultFerris Tseng
2017-10-10update examplesFerris Tseng
2017-10-09add bootstrap exampleFerris Tseng
2017-10-09add example and client calls to retrieve stats from ipfsFerris Tseng
2017-10-09update commentFerris Tseng
2017-10-09cleanup outputFerris Tseng
2017-10-09use reqwest instead of hyperFerris Tseng
2017-10-09add api command for getting list of ipfs commandsFerris Tseng
2017-10-08make multi crate projectFerris Tseng