Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

pathwar/api.pathwar.net

Repository files navigation

api.pathwar.net Build Status

Pathwar official API


Official portal

The official portal is a consumer of this api.

There is a developement fig on gist.


The official API is closed source, this repository contains resources to use the API


Resources

Path Resource Methods
/achievements Achievement collection GET
/achievements/{id} Achievement GET
/coupons Coupon collection GET
/coupons/{id} Coupon GET
/levels Level collection GET
/levels/{id} Level GET
/organizations Organization collection GET
/organizations/{id} Organization GET
/sessions Session collection GET
/sessions/{id} Session GET
/users User collection GET
/users/{id} User GET

Methods

Path Method Action
/achievements GET List achievements
/achievements/{id} GET Retrieve an achievement
/coupons GET List coupons
/coupons/{id} GET Retrieve a coupon
/levels GET List levels
/levels/{id} GET Retrieve a level
/organizations GET List organizations
/organizations/{id} GET Retrieve an organization
/sessions GET List sessions
/sessions/{id} GET Retrieve a session
/users GET List users
/users/{id} GET Retrieve a user

© 2014-2015 Pathwar Team - MIT License.