py-graphql-client
py-graphql-client copied to clipboard
[wip] [breaking] [v0.2] add HTTP support and refactor API
[wip]
This PR gears up for v0.2 release
Breaking changes
- New API
- Modular transport design for HTTP vs Websockets
Major features
- HTTP support (fixes #2)
Minor features
- Re-authorize (set headers) without closing the websocket connection
More details will follow.