kerolloz / codeforces-api-ts

Codeforces-API-TS is a NodeJS Client Library for Codeforces API with Typescript support
MIT License
5 stars 0 forks source link

feat: add type for response #5

Closed Zxilly closed 5 months ago

Zxilly commented 6 months ago

and other chore fixes.

I've added some configurations to help the unit tests run properly, but I haven't really executed all of them in their entirety. This is because there is a 2s wait per request and this library doesn't have a proper flow limiting strategy right now.

Zxilly commented 5 months ago

@kerolloz please review this

kerolloz commented 5 months ago

Hello @Zxilly Sorry for the late review.