AdamVig / GoCoApi

API Server for the GoCoStudent app.
https://gocostudent.adamvig.com/api
GNU General Public License v3.0
0 stars 0 forks source link

Add platform information to saved user data #3

Closed AdamVig closed 8 years ago

AdamVig commented 8 years ago

Check for platform information on incoming request. If exists, save data to user's database entry.

Data is sent from app on X-Platform and X-Platform-Version headers with each request.

(Migrated from adamvig/adamvigdata/#54)

AdamVig commented 8 years ago

Duplicated and superseded by #10.