An open API service indexing awesome lists of open source software.

https://github.com/ist-dsi/scala-openstack-common-clients


https://github.com/ist-dsi/scala-openstack-common-clients

functional-programming http4s openstack-clients scala

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# scala-openstack-common-clients [![license](http://img.shields.io/:license-MIT-blue.svg)](LICENSE)
[![Scaladoc](http://javadoc-badge.appspot.com/pt.tecnico.dsi/scala-openstack-common-clients_2.13.svg?label=scaladoc&style=plastic&maxAge=604800)](https://ist-dsi.github.io/scala-openstack-common-clients/api/latest/pt/tecnico/dsi/openstack/common/index.html)
[![Latest version](https://index.scala-lang.org/ist-dsi/scala-openstack-common-clients/scala-openstack-common-clients/latest.svg)](https://index.scala-lang.org/ist-dsi/scala-openstack-common-clients/scala-openstack-common-clients)

[![Build Status](https://travis-ci.org/ist-dsi/scala-openstack-common-clients.svg?branch=master&style=plastic&maxAge=604800)](https://travis-ci.org/ist-dsi/scala-openstack-common-clients)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/)](https://www.codacy.com/app/IST-DSI/scala-openstack-common-clients?utm_source=github.com&utm_medium=referral&utm_content=ist-dsi/scala-vault&utm_campaign=Badge_Grade)
[![BCH compliance](https://bettercodehub.com/edge/badge/ist-dsi/scala-openstack-common-clients)](https://bettercodehub.com/results/ist-dsi/scala-openstack-common-clients)

Common functionality shared among the various Scala Openstack clients:

- [Keystone/Identity](https://github.com/ist-dsi/scala-keystone-client)
- [Designate/DNS](https://github.com/ist-dsi/scala-designate-client)
- [Cinder/Block Storage](https://github.com/ist-dsi/scala-cinder-client)
- [Neutron/Network](https://github.com/ist-dsi/scala-neutron-client)
- [Nova/Compute](https://github.com/ist-dsi/scala-nova-client)

[Latest scaladoc documentation](https://ist-dsi.github.io/scala-openstack-common-clients/api/latest/pt/tecnico/dsi/openstack/common/index.html)

## Install
Add the following dependency to your `build.sbt`:
```sbt
libraryDependencies += "pt.tecnico.dsi" %% "scala-openstack-common-clients" % "0.0.0"
```
We use [semantic versioning](http://semver.org).

## License
scala-openstack-common-clients is open source and available under the [MIT license](LICENSE).