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
{{ message }}
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
I have the same issue, i am not able to run POST calls with this , i tried to add 'body' along with method : POST, but getting 'method not allowed', for post calls. Any changes required in SupportedMethod.js??
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
does this support POST?
module.exports = SetupEndpoint({
name: 'anotherExample',
urls: [{
params: '/write',
requests: [{
method: 'POST',
response: '/response-files/anotherExample.json',
requestData: ??
}]
}]
});
The text was updated successfully, but these errors were encountered: