Merge branch '8784-dir-listings'
[arvados.git] / sdk / go / arvados / doc.go
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: Apache-2.0
4
5 // Package arvados is a client library for Arvados.
6 //
7 // The API is not stable: it should be considered experimental
8 // pre-release.
9 //
10 // The intent is to offer model types and API call functions that can
11 // be generated automatically (or at least mostly automatically) from
12 // a discovery document. For the time being, there is a manually
13 // generated subset of those types and API calls with (approximately)
14 // the right signatures, plus client/authentication support and some
15 // convenience functions.
16 package arvados