1
0
mirror of https://github.com/ipfs/ipfs synced 2024-09-18 15:41:33 +02:00

Update README.md

This commit is contained in:
David Dias 2017-08-24 08:29:35 +01:00 committed by GitHub
parent 03477bfad0
commit 52192c1644

View File

@ -172,28 +172,28 @@ If you would you like to start your own language implementation of IPFS, check o
### API Client Libraries
| Language | Client Library | Completeness |
|----------|----------------|--------------|
| Go | https://github.com/ipfs/go-ipfs-api | |
| Java | https://github.com/ipfs/java-ipfs-api | |
| Javascript | https://github.com/ipfs/js-ipfs-api | |
| Python | https://github.com/ipfs/py-ipfs-api | |
| Scala | https://github.com/ipfs/scala-ipfs-api | |
| Haskell | https://github.com/davidar/hs-ipfs-api | |
| Swift | https://github.com/ipfs/swift-ipfs-api | |
| CommonLisp | https://github.com/WeMeetAgain/cl-ipfs-api | |
| Rust | https://github.com/rschulman/rust-ipfs-api | |
| Ruby | https://github.com/Fryie/ipfs-ruby | |
| Swift | https://github.com/NeoTeo/ipfs-osx-service | |
| PHP | https://github.com/cloutier/php-ipfs-api | |
| | https://github.com/digitalkaoz/php-ipfs-api | |
| C# | https://github.com/TrekDev/net-ipfs-api | |
| | https://github.com/richardschneider/net-ipfs-api | |
| C++ | https://github.com/vasild/cpp-ipfs-api | |
| Julia | contact: [@rened](https://github.com/rened) | 0% |
| Lua | contact: [@seclorum](https://github.com/seclorum) | 0% |
| Erlang | https://github.com/hendry19901990/erlang-ipfs-api | |
| Objective C | ! | 0% |
| Language | Client Library | Completeness |
|-------------|----------------|--------------|
| Go | https://github.com/ipfs/go-ipfs-api | |
| Java | https://github.com/ipfs/java-ipfs-api | |
| JavaScript | https://github.com/ipfs/js-ipfs-api | |
| Python | https://github.com/ipfs/py-ipfs-api | |
| Scala | https://github.com/ipfs/scala-ipfs-api | |
| Haskell | https://github.com/davidar/hs-ipfs-api | |
| Swift | https://github.com/ipfs/swift-ipfs-api | |
| CommonLisp | https://github.com/WeMeetAgain/cl-ipfs-api | |
| Rust | https://github.com/rschulman/rust-ipfs-api | |
| Ruby | https://github.com/Fryie/ipfs-ruby | |
| Swift | https://github.com/NeoTeo/ipfs-osx-service | |
| PHP | https://github.com/cloutier/php-ipfs-api | |
| | https://github.com/digitalkaoz/php-ipfs-api | |
| C# | https://github.com/TrekDev/net-ipfs-api | |
| | https://github.com/richardschneider/net-ipfs-api | |
| C++ | https://github.com/vasild/cpp-ipfs-api | |
| Julia | contact: [@rened](https://github.com/rened) | 0% |
| Lua | contact: [@seclorum](https://github.com/seclorum) | 0% |
| Erlang | https://github.com/hendry19901990/erlang-ipfs-api | |
| Objective C | ! | 0% |
Please help by contributing to one of the above client libraries. If you would like to create another, please see the [IPFS API Client Implementation Guide](https://github.com/ipfs/go-ipfs/blob/master/docs/implement-api-bindings.md), and [tell us](https://github.com/ipfs/ipfs/issues/83) so we can help!