simplesmiler / taxios

Typed wrapper over axios
14 stars 4 forks source link

Can not generate GitHub spec #37

Open simplesmiler opened 1 year ago

simplesmiler commented 1 year ago

Repro: taxios-generate https://github.com/github/rest-api-description/raw/main/descriptions/api.github.com/api.github.com.json -o GitHubApi.ts -e GitHubApi

Happens because of:

Unclear what should actually happen when names clash with TS keywords. Maybe there should be option for name mapping, or auto conflict resolution by suffixes.

simplesmiler commented 1 year ago

Related: https://github.com/bcherny/json-schema-to-typescript/pull/456