Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/13apiarytest

This repository for API: 13ApiaryTest is created from Apiary.
https://github.com/abtris/13apiarytest

Last synced: about 1 month ago
JSON representation

This repository for API: 13ApiaryTest is created from Apiary.

Awesome Lists containing this project

README

        

# 13ApiaryTest API

This repository describes the 13ApiaryTest API. The description from the master branch is automatically rendered into [API Documentation](http://docs.13apiarytest.apiary.dev).

## Overview

### About the format

The API is described in [API Blueprint format](http://apiblueprint.org/), a simple language based on [Markdown](http://daringfireball.net/projects/markdown/syntax). See [the Apiary tutorial](http://apiary.io/blueprint) and [API Blueprint interactive console](http://apiblueprint.org/#examples).

To update the description, go ahead to [apiary.apib](/apiary.apib).

### Editing

Use your favourite editor to edit the blueprint; see [the tooling section](http://apiblueprint.org/#tooling) for available plugins.

[Sublime plugin](https://github.com/apiaryio/api-blueprint-sublime-plugin) is recommended.

### Sychronisation

Documentation is updated whenever you push valid blueprint into the master.

## Developing clients

If you want to develop a client for this API, head [to the documentation](http://docs.13apiarytest.apiary.dev) to get the address of the mock server (lives on `apiary-mock.com`) generated from this blueprint.

## Developing server

If you want to verify your implementation fulfills the blueprint definition, [use the dredd testing tool](https://github.com/apiaryio/dredd) to plug it into your API.