Module: SphereEngine::Request

Defined in:
lib/sphereengine-ruby/request.rb

Constant Summary collapse

BASE_URL =
'http://api.compilers.sphere-engine.com/api/v3'
TEST_ENDPOINT =
'/test?'
LANGUAGES_ENDPOINT =
'/languages?'
SUBMISSIONS_ENDPOINT =
'/submissions?'
FETCH_SUBMISSION_ENDPOINT =
'/submissions/:id?'