Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahamtech/elixir-leaseweb
Leaseweb API Wrapper for Elixir and Erlang
https://github.com/ahamtech/elixir-leaseweb
ahamtech elixir elixir-leaseweb erlang hex leaseweb
Last synced: 30 days ago
JSON representation
Leaseweb API Wrapper for Elixir and Erlang
- Host: GitHub
- URL: https://github.com/ahamtech/elixir-leaseweb
- Owner: Ahamtech
- License: mit
- Created: 2017-02-09T05:47:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T16:58:12.000Z (over 4 years ago)
- Last Synced: 2024-11-01T07:33:12.181Z (2 months ago)
- Topics: ahamtech, elixir, elixir-leaseweb, erlang, hex, leaseweb
- Language: Elixir
- Size: 6.84 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeaseWeb
Elixir Wrapper for Leaseweb infrastructure.## Installation
If [available in Hex](https://hex.pm/packages/leaseweb), the package can be installed
by adding `leaseweb` to your list of dependencies in `mix.exs`:```elixir
def deps do
[{:leaseweb, "~> 0.1.0"}]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/leaseweb](https://hexdocs.pm/leaseweb).## Usage
```
iex(1)> LeaseWeb.BareMetal.list
{:ok, "{\"bareMetals\":[]}"}iex(2)> LeaseWeb.Doamin.list
{:error,
"{\"errorCode\":2002,\"errorMessage\":\"Validating API request format failed, please check your API request.\",\"userMessage\":\"There is not any valid domain id!\"}"}
```**TODO:**
Huge Documentation
## License
Elixir-Leasweb is Copyright © 2016 Ahamtech. It is free software, and may be redistributed under the terms specified in the LICENSE file.## About Ahamtech
> Elixir-LeaseWeb is maintained by Ahamtech.
We love open source software, Erlang, Elixir, and Phoenix. See our other opensource projects, or hire our Elixir Phoenix development team to design, develop, and grow your product.