Watts-Lab / mturk-helper

Package for supporting recruitment and payment of participants in multiplayer experiments
MIT License
0 stars 1 forks source link

Add return types to mturk function calls #15

Open JamesPHoughton opened 1 year ago

JamesPHoughton commented 1 year ago

Currently, the functions defined in mturk.ts have parameter types, but don't define return types. Putting these in place will help us think through our API definition and ensure that we are using functions properly as we go forward.

Lets start by typing the following functions and get tests set up for them:

Resources: