https://github.com/ericdude4/fresh_bex
:leaves: FreshBooks API (OAuth2, JSON based) wrapper built with Elixir
https://github.com/ericdude4/fresh_bex
elixir-lang freshbooks wrapper-api
Last synced: 10 months ago
JSON representation
:leaves: FreshBooks API (OAuth2, JSON based) wrapper built with Elixir
- Host: GitHub
- URL: https://github.com/ericdude4/fresh_bex
- Owner: ericdude4
- Created: 2019-11-28T22:25:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T18:42:02.000Z (over 5 years ago)
- Last Synced: 2025-06-01T10:19:01.667Z (about 1 year ago)
- Topics: elixir-lang, freshbooks, wrapper-api
- Language: Elixir
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :leaves: FreshBex
Adding support for different modules as I need them for my personal work. Please feel free to contribute!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fresh_bex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fresh_bex, "~> 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/fresh_bex](https://hexdocs.pm/fresh_bex).