sanitizers / octomachinery

🤖 Invisible engine driving octobot machines. Simple, yet powerful. [DEMO BOT @ https://github.com/sanitizers/chronographer-github-app] | [tutorial @ https://tutorial.octomachinery.dev] | [docs @ https://docs.octomachinery.dev] | official web-site is at -->
https://octomachinery.dev
GNU General Public License v3.0
56 stars 12 forks source link

[CRITICAL] Installation objects in API now have also `app_slug` key #32

Open webknjaz opened 4 years ago

webknjaz commented 4 years ago

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.

Fund with Polar

devlounge commented 4 years ago

Any update on this?

webknjaz commented 4 years ago

Well, it works for now. The complete refactoring would need more effort than I have time for currently.