Open cedanoernesto opened 6 years ago
@cedanoernesto
Yes, it does.
For e.g
payload: {
request: {
url: '/form',
params: {
moduleid: 'application-form'
}
},
will trigger a request like :
https://yourbackend.url/api/form?moduleid=application-form
If this is not what you were looking for, can you elaborate your question.
If I want to add params to my request without add it in the URL, it allows to add something like {params}?