We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
app_slug
Example: 'app_slug': 'chronographer-staging'. It creates the same problem as #21 before.
'app_slug': 'chronographer-staging'
We need to migrate away from using dataclasses for API structs in favor of something more flexible or find a way to loosely map JSON to dataclasses.
The text was updated successfully, but these errors were encountered:
🐛 Add new app_slug key to installation struct
7627596
Partially addresses #32
suspended_by
Any update on this?
Sorry, something went wrong.
Well, it works for now. The complete refactoring would need more effort than I have time for currently.
webknjaz
No branches or pull requests
Example:
'app_slug': 'chronographer-staging'
.It creates the same problem as #21 before.
We need to migrate away from using dataclasses for API structs in favor of something more flexible or find a way to loosely map JSON to dataclasses.
The text was updated successfully, but these errors were encountered: