jmargenberg / elixir-ptv

An API adaptor for the PTV Timetable API written in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hex.pm Build Status Coverage Status

Elixir PTV

An API adaptor for version 3 of the PTV Timetable API.

This is a thin API adaptor that performs standard authentication, decoding and error handling but does not implement functions for each of the API's REST methods.

Usage

You can register for a devid and API key from PTV by following the instructions here.

Documentation

Documentation can be found at hexdocs.

Installation

This package can be installed by adding ptv to your list of dependencies in mix.exs

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

About

An API adaptor for the PTV Timetable API written in Elixir

License:MIT License


Languages

Language:Elixir 100.0%