Packages

A template for building API clients to 3rd party REST applications. This will generate templates for get, post functions. You then extend the project with convenience functions to access the API like it were just another Elixir lib.

Current section

Files

Jump to
gen_template_api_client template $PROJECT_NAME$ test api_test.exs
Raw

template/$PROJECT_NAME$/test/api_test.exs

defmodule <%= @project_name_camel_case %>.ApiTest do
use ExUnit.Case
doctest <%= @project_name_camel_case %>.Api
end