Packages

A wrapper for the Kinja API.

Current section

Files

Jump to
kinja README.md
Raw

README.md

# KinjaEx
This is a simple wrapper for the Kinja API (updated as functionality is needed).
# Usage
```elixir
iex> Kinja.get_post(id)
iex> Kinja.Write.create_post(opts)
```