https://github.com/renderedtext/api
SemaphoreCI Public API v2
https://github.com/renderedtext/api
api semaphore-api semaphore-open-source
Last synced: 10 months ago
JSON representation
SemaphoreCI Public API v2
- Host: GitHub
- URL: https://github.com/renderedtext/api
- Owner: renderedtext
- Created: 2015-08-27T11:05:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T01:17:05.000Z (almost 3 years ago)
- Last Synced: 2025-04-17T12:43:28.127Z (about 1 year ago)
- Topics: api, semaphore-api, semaphore-open-source
- Language: Ruby
- Homepage: http://semaphoreci.com/docs/api-v2-overview.html
- Size: 374 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API v2
[](https://semaphoreci.com/renderedtext/api)
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](http://api-v2-specs.semaphoreci.com) to get
a list of currently published APi v2 specifications.
## Setting up a development environment
1. Install docker-compose:
``` bash
sudo pip install docker-compose
```
2. In the root of the project, type:
``` bash
docker-compose up
```
_note_: This will take a while the first time.
## Generating a JSON RAML spec
```
docker-compose run app scripts/compile
```