Open michalss opened 2 days ago
btw useing it in commonJS project..
The API is limiting calls for unauth clients as per the response.
To call this specific endpoint you need a valid session.
You can find more information on trakt's official API doc here.
And if you want a more concrete example, you can have a look at this live implementation.
Note howerver, that this repo is mainly used as a client for trakt-extension, only the endpoint in used in the app have been thourougly tested.
{
"limit":
{
"rate":
{
"name": "UNAUTHED_API_GET_LIMIT",
"period": 300,
"limit": 1000,
"remaining": 999,
"until": "2024-11-21T19:40:00Z"
}
}
}
Hi, Spend hours to make this work. It simply does not work..
its always return some giberish for this ID: 199331
also im missing some real example how to use auth device method. It was so paintfull i had to write my own .. :(\
Code looks very solid but is it really that hard to write whole usage example with auth + 1 request for show for example ?