Skip to content
This repository was archived by the owner on Apr 11, 2018. It is now read-only.
mdmoss edited this page Feb 5, 2013 · 1 revision

Bark API

Basic Process

  • Get an auth token, using username + password
  • Select an event, get an event key
  • Upload a bunch of swipes (UID + time + event)

The swipes can be gathered before or after the auth token and event selection.

Endpoints

POST /login [user:int, password:string]

GET /events?auth=token [events]

POST /scans [UID: string, time: int, event: string]

Clone this wiki locally