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 Apr 18, 2021. It is now read-only.
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ v ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Current behavior
only supports server-side/client-side execution scripts.
Expected behavior
also supports http api endpoint interface.
e.g.
GET
//Transfer?to=...&value=100
or
POST
//Transfer
body
to:xxx
value:200
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
only supports server-side/client-side execution scripts.
Expected behavior
also supports http api endpoint interface.
e.g.
GET
//Transfer?to=...&value=100
or
POST
//Transfer
body
to:xxx
value:200
The text was updated successfully, but these errors were encountered: