Skip to content

Hacky and Unofficial API for Companies using Get on Board

Notifications You must be signed in to change notification settings

continuum/gob-company-api

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jan 11, 2020
Nov 3, 2019
Jan 11, 2020
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Jan 11, 2020
Nov 3, 2019
Jan 11, 2020
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019
Jan 11, 2020
Dec 14, 2022
Jan 20, 2020
Nov 3, 2019
Nov 3, 2019
Nov 3, 2019

Repository files navigation

GoB Company API

A (so far) quick and dirty API server for accesing Get on Board from a company perspective.

See it live:

asciicast

Check out the swagger docs (and try it live) on http://gob-company-api.herokuapp.com/api-docs/index.html

Development

It's a simple Rails 6 API codebase. Contributions are very welcomed :)

Make sure you add rswag specs for new endopoints (or change the existing specs when you tweak any API endpoint).

Tests

For integration tests you need a valid Get on Board username and password. Set them as environment variables GOB_USERNAME and GOB_PASSWORD, for example via:

$ export GOB_USERNAME='your-account@example.org'
$ export GOB_PASSWORD='yoursupersecretpassword'

Then you can run:

$ rake spec

And tests should pass.

About

Hacky and Unofficial API for Companies using Get on Board

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published