sablier-labs / v2-merkle-api

https://v2-services.vercel.app
GNU General Public License v3.0
4 stars 1 forks source link

Enforce consistency in server responses #7

Closed razgraf closed 10 months ago

razgraf commented 11 months ago

The expected format for our merkle-api service communication is to expect JSON responses, for both success and failure/error results. There are however situations when the server responds with text/plain errors (e.g. missing query parameters in the create route).

JSON TEXT
Screenshot 2023-10-28 at 14 53 36 Screenshot 2023-10-28 at 14 53 59