Merge branch 'master' into 1971-show-image-thumbnails
[arvados.git] / doc / sdk / index.html.textile.liquid
1 ---
2 layout: default
3 navsection: sdk
4 title: "Arvados SDK Reference"
5 ...
6
7 This section documents how to access the Arvados API and Keep using various programming languages.
8
9 * "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html
10 * "Perl SDK":{{site.baseurl}}/sdk/perl/index.html
11 * "Ruby SDK":{{site.baseurl}}/sdk/ruby/index.html
12 * "Command line SDK":{{site.baseurl}}/sdk/cli/index.html ("arv")
13
14 SDKs not yet implemented:
15
16 * Rails SDK: Workbench uses an ActiveRecord-like interface to Arvados. This hasn't yet been extracted from Workbench and packaged as a gem.
17 * R and Java: We plan to support these, but they have not been implemented yet.