rwblair / pyrolific

Unofficial autogenerated openapi python client for api.prolific.co
0 stars 1 forks source link

AuthenticatedClient Prefix is wrong #1

Open chkgk opened 1 year ago

chkgk commented 1 year ago

Hi,

if you replace prefix: str = "Bearer" with prefix: str = "Token" in the AuthenticatedClient, the class works as expected and the additional authentication parameters can be removed from the api wrappers. I have only tested some of the calls, not every single one. You might have to double check this issue / fix.

Best, Christian