twitter-openapi-typescript icon indicating copy to clipboard operation
twitter-openapi-typescript copied to clipboard

Implementation of Twitter internal API (Twitter graphql API) in TypeScript

Results 12 twitter-openapi-typescript issues
Sort by recently updated
recently updated
newest added

Twitter now has a translation function, can this function be added?

enhancement

Next's powerful cache system is useless. This solves everything. ``` "scripts": { "dev": "shx rm -rf .next && next dev", } ```

documentation

This will work. ```ts TwitterOpenApi.fetchApi = fetch.bind(globalThis); TwitterOpenApi.api_key["accept-encoding"] = "identity"; ```

documentation

error message: /home/node_modules/twitter-openapi-typescript-generated/dist/runtime.js:416 var _this = _super.call(this, msg) || this; ^ Error [FetchError]: The request failed and the interceptors did not return an alternative response at new FetchError (/home/node_modules/twitter-openapi-typescript-generated/dist/runtime.js:416:28) at...

How can we quote a tweet instead of retweeting? It would be nice if you added this feature too. 🙏🙏 ![image](https://github.com/fa0311/twitter-openapi-typescript/assets/1842459/9d9ab545-1e5d-4860-84da-f8170705d097)

enhancement

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.16.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v6.16.0 6.16.0 (2023-12-25) Bug Fixes eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#8096) (3182959) Features eslint-plugin: deprecate formatting...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.11 to 3.3.2. Release notes Sourced from node-fetch's releases. v3.3.2 3.3.2 (2023-07-25) Bug Fixes Remove the default connection close header. (#1736) (8b3320d), closes #1735 #1473 v3.3.1 3.3.1...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.62.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.62.0 5.62.0 (2023-07-10) Bug Fixes eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#6938)...

dependencies

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.1.3 to 16.3.1. Changelog Sourced from dotenv's changelog. 16.3.1 (2023-06-17) Added Add missing type definitions for processEnv and DOTENV_KEY options. #756 16.3.0 (2023-06-16) Added Optionally pass DOTENV_KEY...

dependencies