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
We will need a module that can (given a header, specifics will need to be worked out) it can make a request to a server then return the data (header, body and all). We can then use this module anywhere we need a request to be made.
The text was updated successfully, but these errors were encountered:
Isn't this what we are doing with proxy code that we have now? It already makes the requests on behalf of the client to the endpoint and returns the data back.
This issue is more for the header issues we're going to have to deal with since we're using Twisted. Such as handling and passing along the API version, not sure if that will actually require any coding, you guys keep asking me to create issues and I'm the client-side guy >.<
We will need a module that can (given a header, specifics will need to be worked out) it can make a request to a server then return the data (header, body and all). We can then use this module anywhere we need a request to be made.
The text was updated successfully, but these errors were encountered: