glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL

Home Page:https://app.quicktype.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document / add a setting for http proxy configuration

viscontem opened this issue · comments

During external references resolution, the library fetches external schemas from the Internet. When working behind a corporate proxy, these requests are blocked.

A setting allowing the user to pass details about a HTTP(S) proxy would allow the library to work behind a corporate proxy.

Managing HTTP Proxies is not within the scope of quicktype, I would recommend a third-party proxy app such as Charles or Fiddler for your use case