Project

apia

The project is in a healthy, maintained state
A framework for building HTTP APIs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
>= 0
 Project Readme

Welcome

RubyGems Actions Status GitHub issues GitHub pull requests License Status

Apia is an opinionated framework for building HTTP APIs into a Ruby application. By following a strict approach to crafting your endpoints, Apia is able to generate a consistent schema describing every aspect of the API and thus can generate detailed and easy to use documentation for end users.

Why should I use Apia?

  • Clear and easy to understand DSL for implementing all aspects of the API.
  • Provide auto generated schemas describing your API.
  • Documentation can be generated automatically.

Getting started

Head over to the docs to see how to get started