https://github.com/logflare/logflare_api_client
https://github.com/logflare/logflare_api_client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/logflare/logflare_api_client
- Owner: Logflare
- Created: 2021-01-29T17:13:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T15:20:48.000Z (about 3 years ago)
- Last Synced: 2025-04-08T19:17:09.980Z (about 1 year ago)
- Language: Elixir
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogflareApiClient
A common interface to the Logflare API.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `logflare_api_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logflare_api_client, "~> 0.3.4"}
]
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/logflare_api_client](https://hexdocs.pm/logflare_api_client).