cloudsmith-api

module
v0.0.0-...-8d73e10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 18, 2022 License: Apache-2.0

README

Cloudsmith API Bindings

The Cloudsmith API (Application Programmatic Interface) bindings provide libraries in different languages for accessing the service programmatically. The API is fully compliant with the OpenAPI 2.0 Specification and the clients are generated using swagger-codegen-cli from the Swagger Project.

Please note that the generated client APIs are intended for developers, and are subject to change as the upstream API evolves over time (especially pre-1.0 releases). If you're looking for something a little more user-friendly, please see the Cloudsmith CLI application for something that comes pre-baked.

Releases

Releases for each language (where supported) are uploaded to the Cloudsmith API repository. Support currently exists for the following languages:

  • Go
  • Java (maven, sbt, gradle, ivy, ant, etc.)
  • Python (also on PyPi)
  • Ruby (also on RubyGems)

If you need a different binding, contact us!

Getting Started

We use swagger-codegen-cli to generate the bindings by using the Cloudsmith API schema that is compliant with the OpenAPI 2.0 Specification.

Each of the supported language bindings has its own directory within the bindings directory, and three standardised scripts are used:

  • build.sh - Sets the swagger-codegen configuration for the language and generates the bindings into 'src'.
  • test.sh - Runs the test suite for the bindings (minimal) to ensure they are "correct" (able to be compiled).
  • deploy.sh - Uploads the bindings to Cloudsmith and, if appropriate, the language-specific mainline repository.

Adding a new binding involves the creating of a new directory and the implementation of these three scripts to perform the build and release. To see a list of all the available language bindings you can execute:

bin/swagger-codegen-cli

To receive configuration help (in order to setup build.sh correctly), execute:

bin/swagger-codegen-cli config-help -l <language>

Where <language> is the language you're generating bindings for (e.g. python).

Versioning

The version of the generated library bindings is automatically made to match the upstream API. So if the Cloudsmith API is currently 0.22.2, then the language bindings will also be 0.22.2.

Releasing

The client APIs are automatically released as part of the build and release process. See the travis configuration file for more details.

Contributing

Yes! Please do contribute, this is why we love open source. Please see CONTRIBUTING.md for contribution guidelines when making code changes or raising issues for bug reports, ideas, discussions and/or questions (i.e. help required).

License

Copyright 2018 Cloudsmith Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

EOF

This quality product was brought to you by Cloudsmith and the fine folks who have contributed.

Directories

Path Synopsis
bindings

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL