3551: Fix source tree layout.
[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 * "Java SDK":{{site.baseurl}}/sdk/java/index.html
13 * "Go SDK":{{site.baseurl}}/sdk/go/index.html
14 * "Command line SDK":{{site.baseurl}}/sdk/cli/index.html ("arv")
15
16 SDKs not yet implemented:
17
18 * Rails SDK: Workbench uses an ActiveRecord-like interface to Arvados. This hasn't yet been extracted from Workbench and packaged as a gem.
19 * R: We plan to support this, but it has not been implemented yet.