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
This structure is necessary in order to respect the structures of the ApiHandler and TelemetryRegister classes. However, it enforces that we can only have a single endpoint per service. Conceptually, a service should really map to a Django app, and an endpoint to a model serializer, and so as things currently stand, we can only have one model per app, unless we resort to confusing tricks like
Config.yaml currently contains the following:
which is of the more general form
This structure is necessary in order to respect the structures of the
ApiHandler
andTelemetryRegister
classes. However, it enforces that we can only have a single endpoint per service. Conceptually, a service should really map to a Django app, and an endpoint to a model serializer, and so as things currently stand, we can only have one model per app, unless we resort to confusing tricks likeThis needs fixing, so we have a schema more like
eg
The text was updated successfully, but these errors were encountered: