Skip to content

Reverse-engineering prolific's undocumented REST API in R

License

Notifications You must be signed in to change notification settings

lucasreddinger/prolific-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

prolific-api

Reverse-engineering prolific's undocumented REST API in R

Lesson 00: Payload requests to eligibility-count/

  • URI: https://www.prolific.co/api/v1/eligibility-count/
  • Payload required: {"study_type": "SINGLE", ... }

jsonlite::toJSON() will generate a payload of {"study_type": ["SINGLE"], ... }. Patch this with something like str_replace(json, fixed('[\"SINGLE\"]'), '\"SINGLE\"')! 😬

About

Reverse-engineering prolific's undocumented REST API in R

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages