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
An HTTP API that serves as a proxy to the database is being developed. The client must be changed so instead of directly accessing the database it uses the proxy.
The text was updated successfully, but these errors were encountered:
The biggest change right now is allowing the client to receive csv replies. This is because, due to JOIN operations, the API does not directly return json due to repeated column names. However the API itself can be modified, getting rid of this problem and keeping JSON hardcoded into the client.
An HTTP API that serves as a proxy to the database is being developed. The client must be changed so instead of directly accessing the database it uses the proxy.
The text was updated successfully, but these errors were encountered: