From b9b9f4ed8b857c767cd34f697cd24e7633121672 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 24 Aug 2018 15:50:59 -0400 Subject: [PATCH] Create api-wrappers.md --- documents/resources/api-wrappers.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 documents/resources/api-wrappers.md diff --git a/documents/resources/api-wrappers.md b/documents/resources/api-wrappers.md new file mode 100644 index 0000000..3e7222c --- /dev/null +++ b/documents/resources/api-wrappers.md @@ -0,0 +1,15 @@ +# API wrappers for the LBRY blockchain and protocol + +This document contains a comprehensive list of all available API wrappers for the LBRY protocol and blockchain. API wrappers allow easier integration of the LBRY APIs into your codebase. They still require you to run either the [LBRY protocol](https://github.com/lbryio/lbry) and/or the [LBRY blockchain](https://github.com/lbryio/lbrycrd). + +Interested in creating one for a language not shown below, see our [bounties page](https://lbry.io/bounty/lbry-binding) for details. + +## List of API wrapper resources +| Language | Creator/Contact | GitHub Repository / Other Links | Status | +|------------|---------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|-------------| +| Java | [winder](https://github.com/winder/) | [lbry4j](https://github.com/winder/lbry4j) / [Maven-Central](https://search.maven.org/#artifactdetails%7Ccom.willwinder.lbry4j%7Clbry4j%7C1.0%7Cjar) | Completed | +| Javascript | [ryanomad](https://github.com/rynomad) | [lbry-js](https://github.com/rynomad/lbry-js) / [npm](https://www.npmjs.com/package/lbry) | Completed | +| Lua | [ocornoc](https://github.com/ocornoc/) | [lualbry](https://github.com/ocornoc/luabry) | Completed | +| PHP | [lyoshenka](https://github.com/lyoshenka/) | [php-api](https://github.com/lbryio/php-api) | Completed | +| Ruby | [dan1d](https://github.com/dan1d) | [lbry-api-ruby](https://github.com/dan1d/lbry-api-ruby) / [Ruby Gem](https://rubygems.org/gems/lbry) | Completed | +| Rust | [dlight](https://github.com/dlight) | [lbry-rs](https://github.com/dlight/lbry-rs) | In progress |