You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update gql version to official prerelease (#51)
* Update deps, use new dev-dependencies poetry format, maybe tox update
* Fix weld --list getting wrong gql field
* Force local schema switch
* Fix lint warnings
* Remove field
Add multipart support to the CreateEtchPacket mutation (#41)
* Multipart helpers
* Update payload types
* Update HTTP client to support multipart
* Add multipart process to createEtchPacket
* Add multipart example
* Update multipart process to accept non-serializable things
* Linting, update documentation
* Update tests
* Lint fixes
* Less annoying example usage with envvars
* Minor package updates, remove operationName
* Update changelog
* Bump version
Support version number in PDF fills (#40)
* Fix changelog typo
* Support params in POST requests
* Add `version_number` support in fill_pdf method
* Add version-related constants, Update example
* Update docs
* Bump version
* Update tests, fix from tests
* Typo
Support HTML/CSS in createEtchPacket (#39)
* Add support for markup documents for createEtchPacket, examples
* Fix doc lint
* Add markdown, generate examples. Update interfaces
* Minor README update
* Bump version
Add forgeSubmit mutation as a client method (#38)
* Add forgeSubmit mutation as an API method
* Lint fixes
* Better forge_submit
* Type fixes, lint things
* Add forge list in welds, weld method
* Remove prints
* Add tests
* Update docs, CHANGELOG
* Bump version
* Use resolvedPayload instead
* Add status
Add mergePDFs support (#34)
* Add support for mergePDFs option on createEtchPacket
* Update some packages to fix pre-commit and lint things
* Update examples
* Fix lint issues
* Note doesn't apply anymore
* New base
* Bump versions, update changelog