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
Turns out it's really difficult to encode complex hashes (like an array of multiple revision hashes!) into URL query parameters ... see this discussion / question on SO. Trying to decode the revisions on Metis became a nightmare. So I think we need a new method for Etna Client that handles both body and query parameters. Query parameters for the HMAC calculations, and body parameters for data.
The text was updated successfully, but these errors were encountered:
Turns out it's really difficult to encode complex hashes (like an array of multiple revision hashes!) into URL query parameters ... see this discussion / question on SO. Trying to decode the revisions on Metis became a nightmare. So I think we need a new method for Etna Client that handles both body and query parameters. Query parameters for the HMAC calculations, and body parameters for data.
The text was updated successfully, but these errors were encountered: