Skip to content

renderedtext/api

Repository files navigation

API v2

Build Status

Semaphore public API v2 - RAML specification.

Where can you find the api specification?

Every time we merge into master, the new specification is pushed to S3.

Visit api-v2-specs.semaphoreci.com to get a list of currently published APi v2 specifications.

Setting up a development environment

  1. Install docker-compose:
sudo pip install docker-compose
  1. In the root of the project, type:
docker-compose up

note: This will take a while the first time.

Generating a JSON RAML spec

docker-compose run app scripts/compile