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
I would like to propose the ability to add a title to the post via the same api call that was used to generate it. ShareX allows you to use a variable to define this.
I'd also like the API response to provide the post URL - this is to also put a variable in the ShareX config which will allow it to be easier shared.
Hi there! I am working on setting all the post attributes with this endpoint, since I want to migrate the frontend to use it as well, so that should cover "setting title via API POST" but I won't be adding the post URL for simple reason that the backend isn't aware of the frontend's domain/path and it would be an additional environment variable that couples them too much in my opinion.
Hello!
I would like to propose the ability to add a title to the post via the same api call that was used to generate it. ShareX allows you to use a variable to define this.
I'd also like the API response to provide the post URL - this is to also put a variable in the ShareX config which will allow it to be easier shared.
Before: API Response:
After API:
API Response:
This would allow your ShareX config file to be like the following:
Example cURL command
The text was updated successfully, but these errors were encountered: