https://github.com/nrrso/ex_quickfs
A wrapper / elixir client / SDK to access the quickfs.net API.
https://github.com/nrrso/ex_quickfs
data elixir financial financial-data
Last synced: 10 months ago
JSON representation
A wrapper / elixir client / SDK to access the quickfs.net API.
- Host: GitHub
- URL: https://github.com/nrrso/ex_quickfs
- Owner: nrrso
- License: mit
- Created: 2022-02-16T22:54:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T00:48:24.000Z (over 4 years ago)
- Last Synced: 2025-03-02T12:18:04.440Z (over 1 year ago)
- Topics: data, elixir, financial, financial-data
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickFSPublicAPI Elixir Client
[](https://forthebadge.com)
 [](https://hex.pm/packages/quick_fs_public_api) [](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fnrrso%2Fex_quickfs)
This Repository includes the source code for a auto-generated Elixir Client / SDK to call the quickfs.net API.
### Building
To install the required dependencies and to build the elixir project, run:
```
mix local.hex --force
mix do deps.get, compile
```
## Installation
The package can be installed by adding [quick_fs_public_api](https://hex.pm/packages/quick_fs_public_api) to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:quick_fs_public_api, "~> 0.0.2"}]
end
```
The docs can be found at [https://hexdocs.pm/quick_fs_public_api/](https://hexdocs.pm/quick_fs_public_api/).