https://github.com/subvisual/semaphorex
Semaphorex is an Elixir API wrapper for Semaphore
https://github.com/subvisual/semaphorex
Last synced: 13 days ago
JSON representation
Semaphorex is an Elixir API wrapper for Semaphore
- Host: GitHub
- URL: https://github.com/subvisual/semaphorex
- Owner: subvisual
- Created: 2016-07-26T13:41:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T13:41:39.000Z (over 9 years ago)
- Last Synced: 2024-12-30T10:43:38.343Z (about 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Semaphorex
**NOTE: This repository is still a work in progress and can do virtually
anything including, but not restricted to, eating your family.**
Semaphorex is an Elixir wrapper for the [Semaphore API](https://semaphoreci.com/docs/api.html).
## Usage
**NOTE: In its current status, the API only performs `get` requests to the
API.**
To use Semaphorex you need your personal token which can be found in your
Semaphore settings page.
Start by creating a client and use it to make API requests.
```elixir
client = Semaphorex.Client.new "your-personal-token"
Semaphorex.get "projects", client
```
About
-----
Semaphorex is maintained by [Subvisual](http://subvisual.co).
[](http://subvisual.co)
If you need to contact the maintainer you can reach out to us.