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 11, 2022. It is now read-only.
hey,
Im using simple:rest-method-mixin to export some method outside the app.
Im using it as a webhook (some service posts data to the method url (inside restOptions).
Can someone give an example about how can I access that data? I have not find any in the docs/issues..
Thanks
The text was updated successfully, but these errors were encountered:
Does your method accept any arguments? It might be that the payload is passed in as an additional argument. Try checking if there is any (additional) argument available by assigning it in the method definition and debugging.
hey,
Im using
simple:rest-method-mixin
to export some method outside the app.Im using it as a webhook (some service posts data to the method
url
(insiderestOptions
).Can someone give an example about how can I access that data? I have not find any in the docs/issues..
Thanks
The text was updated successfully, but these errors were encountered: