https://github.com/ist-dsi/scala-nova-client
A pure functional Scala client for Openstack Nova implemented using Http4s client.
https://github.com/ist-dsi/scala-nova-client
functional-programming http4s openstack-clients scala
Last synced: about 2 months ago
JSON representation
A pure functional Scala client for Openstack Nova implemented using Http4s client.
- Host: GitHub
- URL: https://github.com/ist-dsi/scala-nova-client
- Owner: ist-dsi
- License: mit
- Created: 2020-06-15T13:41:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T15:26:56.000Z (almost 3 years ago)
- Last Synced: 2024-04-17T05:19:34.039Z (almost 2 years ago)
- Topics: functional-programming, http4s, openstack-clients, scala
- Language: Scala
- Homepage:
- Size: 4.15 MB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scala-nova-client [](LICENSE)
[](https://ist-dsi.github.io/scala-nova-client/api/latest/pt/tecnico/dsi/openstack/nova/index.html)
[](https://index.scala-lang.org/ist-dsi/scala-nova-client/scala-nova-client)
[](https://travis-ci.org/ist-dsi/scala-nova-client)
[](https://www.codacy.com/gh/ist-dsi/scala-nova-client?utm_source=github.com&utm_medium=referral&utm_content=ist-dsi/scala-nova-client&utm_campaign=Badge_Coverage)
[](https://www.codacy.com/gh/ist-dsi/scala-nova-client?utm_source=github.com&utm_medium=referral&utm_content=ist-dsi/scala-nova-client&utm_campaign=Badge_Grade)
[](https://bettercodehub.com/results/ist-dsi/scala-nova-client)
The Scala client for Openstack Nova.
Currently supported endpoints:
- [Servers](https://docs.openstack.org/api-ref/compute/#servers-servers) - only list summary and delete.
- [Quota sets](https://docs.openstack.org/api-ref/compute/#quota-sets-os-quota-sets)
[Latest scaladoc documentation](https://ist-dsi.github.io/scala-nova-client/api/latest/pt/tecnico/dsi/openstack/nova/index.html)
## Install
Add the following dependency to your `build.sbt`:
```sbt
libraryDependencies += "pt.tecnico.dsi" %% "scala-nova-client" % "0.0.0"
```
We use [semantic versioning](http://semver.org).
## License
scala-nova-client is open source and available under the [MIT license](LICENSE).