GitXplorerGitXplorer
a

SEP2015

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
522d43e0c128d5f282289c39d0f6fd7f37af6307

Fix issue with ratings not appearing when completed

aawprice committed 9 years ago
Unverified
34b402d284c1dcb00f5acb94dc71d36cc326056a

Update icon

aawprice committed 9 years ago
Unverified
c836f6da27b59116242adf22df6f1a4e8b74fee0

Update icon

aawprice committed 9 years ago
Unverified
f962b1e2dee1974ce9efaccab3fa615ff2ca5cf3

Add favicon

aawprice committed 9 years ago
Unverified
6986413985e76ec4f77d371fc576b2f520206e21

UI tweaks

aawprice committed 9 years ago
Unverified
700a76c2a7bf6ff6262afaa44fe1e01c38c8fd0f

Wording

aawprice committed 9 years ago

README

The README file for this repository.

SEP2015

API Endpoints

/api/user

Method: GET
Description: Gets the current users details.
Restricted: True

/api/advertisement/<id>

Method: GET
Description: Gets an advertisement by id
Restricted: False

/api/offer/<id>

Method: GET
Description: Gets an offer by id, restricted to only the current user's id
Restricted: True

/api/offers

Method: GET
Description: Gets all of the current users offers
Restricted: True

/api/advertisements/<page>

Method: GET Description: Gets all advertisements, ordered by the start date of the advertisement (limited by 10 per page) Restricted: False