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
made sense, since it gave as a convenient interface around our own REST API. However, after #509 the API wrapper no longer wraps a REST API, but rather a subset of the engine
Before #509, the API wrapper
ragna/ragna/deploy/_ui/api_wrapper.py
Line 12 in 71acf83
made sense, since it gave as a convenient interface around our own REST API. However, after #509 the API wrapper no longer wraps a REST API, but rather a subset of the engine
ragna/ragna/deploy/_engine.py
Line 18 in 71acf83
Thus, we can cleanup the UI code quite a bit by removing the API wrapper completely and just use the engine directly.
The text was updated successfully, but these errors were encountered: