-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
π€ What's the problem you're trying to solve?
If a tool has made a GET request to kick off a publishing process, the end user URL is part of the terminal-formatted message in the response, and if you want to do something with that you have to parse it out of there.
β¨ What's your proposed solution?
Make a backwards-compatible change to the API, so with an Accept: application/json header you get a structured JSON response that includes the message but also the URL as its own field.
β Have you considered any alternatives or workarounds?
A custom header would also work, but I like this better on balance.
π Any additional context?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels