jakeprem / phoenix_rest_framework

phoenix_rest_framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhoenixRestFramework

Still very much a work in progress. Expect major breaking changes. With that being said it does work as a basic proof of concept

Installation

The package can be installed by adding phoenix_rest_framework to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_rest_framework, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/phoenix_rest_framework.

About

phoenix_rest_framework


Languages

Language:Elixir 100.0%