fa0311 / twitter-openapi-typescript

Implementation of Twitter internal API (Twitter graphql API) in TypeScript
https://www.npmjs.com/package/twitter-openapi-typescript
Other
73 stars 11 forks source link

Typo in GetHomeTimelineParam #62

Closed Redcrafter closed 1 year ago

Redcrafter commented 1 year ago

As the titele implies there's a typo in GetHomeTimelineParam. 'couser' should be spelled 'cursor'.

https://github.com/fa0311/twitter-openapi-typescript/blob/7eb4be3fe68bef8f6965f3941d5c12f4c73e4f51/twitter-openapi-typescript/src/apis/tweetApi.ts#L26 https://github.com/fa0311/twitter-openapi-typescript/blob/7eb4be3fe68bef8f6965f3941d5c12f4c73e4f51/twitter-openapi-typescript/src/apis/tweetApi.ts#L150

fa0311 commented 1 year ago

Fixed in 0.0.18