From ec3fd1b8aedabf87d75db628e1b1e72e40d0c53c Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 5 Oct 2018 13:35:57 -0400 Subject: [PATCH] Update lbry-binding.md mark python/C++ completed, add lbry.tech link --- content/bounty/lbry-binding.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/bounty/lbry-binding.md b/content/bounty/lbry-binding.md index 7d74eb33..2d0ed0da 100644 --- a/content/bounty/lbry-binding.md +++ b/content/bounty/lbry-binding.md @@ -12,7 +12,7 @@ We want to make it as easy as possible to interact with LBRY in every programmin Completing this bounty involves creating a simple library to make it as easy as possible to interact with the LBRY protocol in a language we do not already have a binding for. Ideally, this this also include the LBRYcrd api, see php example below for details. -An example of a binding can be found in the [php-api](https://github.com/lbryio/php-api) repo. +An example of a binding can be found in the [php-api](https://github.com/lbryio/php-api) repo and the entire listing can be found on [lbry.tech](https://lbry.tech/resources/api-wrappers). A binding can typically be written using cURL in less than 100 lines of code. The repo should be well documented for the wrapper language, have install/setup instructions and tests. @@ -24,5 +24,5 @@ Lua - Completed Java - Completed Javascript - Completed Rust - Started/Claimed -C++ - Claimed -Python - Claimed +C++ - Completed +Python - Completed