An open API service indexing awesome lists of open source software.

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

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).