X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b91db14a4dced9d6ea124e86be3c796e6f2c8e8c..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/doc/sdk/index.html.textile.liquid diff --git a/doc/sdk/index.html.textile.liquid b/doc/sdk/index.html.textile.liquid index 1b1e18ab94..b733d03bfc 100644 --- a/doc/sdk/index.html.textile.liquid +++ b/doc/sdk/index.html.textile.liquid @@ -1,18 +1,21 @@ --- layout: default navsection: sdk -title: "Arvados SDK Reference" +title: "SDK Reference" ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. -This section documents how to access the Arvados API and Keep using various programming languages. +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} -* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html -* "Perl SDK":{{site.baseurl}}/sdk/perl/index.html -* "Ruby SDK":{{site.baseurl}}/sdk/ruby/index.html -* "Java SDK":{{site.baseurl}}/sdk/java/index.html -* "Command line SDK":{{site.baseurl}}/sdk/cli/index.html ("arv") +This section documents language bindings for the "Arvados API":{{site.baseurl}}/api/index.html and Keep that are available for various programming languages. Not all features are available in every SDK. The most complete SDK is the Python SDK. Note that this section only gives a high level overview of each SDK. Consult the "Arvados API":{{site.baseurl}}/api/index.html section for detailed documentation about Arvados API calls available on each resource. -SDKs not yet implemented: +* "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html (also includes essential command line tools such as "arv-put" and "arv-get") +* "Command line SDK":{{site.baseurl}}/sdk/cli/install.html ("arv") +* "Go SDK":{{site.baseurl}}/sdk/go/index.html +* "R SDK":{{site.baseurl}}/sdk/R/index.html +* "Ruby SDK":{{site.baseurl}}/sdk/ruby/index.html +* "Java SDK v2":{{site.baseurl}}/sdk/java-v2/index.html -* Rails SDK: Workbench uses an ActiveRecord-like interface to Arvados. This hasn't yet been extracted from Workbench and packaged as a gem. -* R: We plan to support this, but it has not been implemented yet. +Many Arvados Workbench pages, under the *Advanced* tab, provide examples of API and SDK use for accessing the current resource .