This repo is the source code for our API documentation. You can view the documentation here.
This is a simple REST API that you can use to record and/or upload videos into your VidGrid account.
# either run this to run locally
bundle install
bundle exec middleman server
# OR run this to run with vagrant
vagrant up
You can now see the docs at http://localhost:4567. Whoa! That was fast!