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
Accessing gabi via curl is a bit problemmatic if someone wants to deal with multiple environments at the same time. The returned result is hard to read as it is a non-trivial array of arrays instead of an array of objects. We were thinking about making a HTML/JS based single-page frontend that would take SQL queries as input in a form field and display a table as a result.
Would you be interested in serving such thing through the gabi API, behind the oauth barrier? I think it could benefit other teams and also significantly simplify the access.
The text was updated successfully, but these errors were encountered:
Accessing gabi via curl is a bit problemmatic if someone wants to deal with multiple environments at the same time. The returned result is hard to read as it is a non-trivial array of arrays instead of an array of objects. We were thinking about making a HTML/JS based single-page frontend that would take SQL queries as input in a form field and display a table as a result.
Would you be interested in serving such thing through the gabi API, behind the oauth barrier? I think it could benefit other teams and also significantly simplify the access.
The text was updated successfully, but these errors were encountered: