Watts-Lab / experiment-dispatcher

A tool for picking and launching the next experiment
MIT License
0 stars 0 forks source link

Mock the dispatcher API #1

Open JamesPHoughton opened 2 years ago

JamesPHoughton commented 2 years ago

As an empirica developer, I want to mock the API that empirica will use to interact with the dispatcher, so that I can develop the empirica-side code for assigning players to groups based upon the dispatcher's recommendations.

As a developer of the dispatcher, I want to clearly articulate the structure of the API interface so that I can build the dispatcher code towards a clear specification.

There are a number of services that let you make a mock REST API, some locally, some on the cloud. We should choose and justify an approach.