PlayUR REST API
For most use-cases the PlayUR Unity Plugin which wraps up the PlayUR API should suffice. However for completeness, debugging, and aiding in the creation of plugins for other platforms (such as the in-progress PlayUR Flutter Plugin) the RESTful API for PlayUR is documented here.
Notes
ALL requests to endpoints must include the client_secret
and relevant game_id
for the context of the game that the endpoint is being run for.
Endpoints
(TODO: specify GET/POST/UPDATE/DELETE and document each)
- Action
- Analytics
- AnalyticsColumn
- Build
- Configuration
- Element
- Experiment
- ExperimentDocument
- ExperimentElement
- ExperimentGroup
- ExperimentGroupElement
- ExperimentGroupMember
- ExperimentGroupParameter
- ExperimentParameter
- Game
- GameElement
- GameOwner
- GameParameter
- LeaderboardEntry
- Login
- MTurkCompletion
- SavePlayerPrefs
- Session
- User
- UserAction
- Users