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
- Host: GitHub
- URL: https://github.com/ist-dsi/scala-openstack-common-clients
- Owner: ist-dsi
- License: mit
- Created: 2020-06-26T09:43:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T17:10:35.000Z (about 3 years ago)
- Last Synced: 2024-04-17T05:19:33.962Z (about 2 years ago)
- Topics: functional-programming, http4s, openstack-clients, scala
- Language: Scala
- Homepage:
- Size: 3.73 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-openstack-common-clients [](LICENSE)
[](https://ist-dsi.github.io/scala-openstack-common-clients/api/latest/pt/tecnico/dsi/openstack/common/index.html)
[](https://index.scala-lang.org/ist-dsi/scala-openstack-common-clients/scala-openstack-common-clients)
[](https://travis-ci.org/ist-dsi/scala-openstack-common-clients)
[](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)
[](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).