-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
Hello,
When I submit an action that returns a 201 http code, I often need to follow the Location
header to retrieve the new state.
Don't you think it would be nice, to add a submitFollow()
method on Action
?
So I could write :
const createdUser = await users.action('create').submitFollow({});
reda-alaoui and hugothomas