Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fearless-spider/gogetssl
GOGETSSL API in Elixir language
https://github.com/fearless-spider/gogetssl
api elixir gogetssl
Last synced: 14 days ago
JSON representation
GOGETSSL API in Elixir language
- Host: GitHub
- URL: https://github.com/fearless-spider/gogetssl
- Owner: fearless-spider
- License: apache-2.0
- Created: 2024-01-13T18:57:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:55:57.000Z (9 months ago)
- Last Synced: 2024-10-04T21:55:23.412Z (about 1 month ago)
- Topics: api, elixir, gogetssl
- Language: Elixir
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GOGETSSL API - in progress
Documentation: https://documenter.getpostman.com/view/5593375/T1LHFp7m
Order and manage SSL certificates, Seals & Scanners using our API.
## 🚀 Features
- Log in and fetch token
## 📖 Installation
1. Add `gogetssl` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:gogetssl, "~> 0.1.0"}
]
end
```2. Make sure your gogetssl username/password is added to your config file:
```elixir
config :gogetssl, ggssl_auth_username: {:system, "GGSSL_AUTH_USERNAME"}, ggssl_auth_password: {:system, "GGSSL_AUTH_PASSWORD"}```
## 📖 Basic Usage
## ⭐️ Support
Give a ⭐️ if this project helped you!
## 📝 License
The [Apache License 2.0](LICENSE)