ECHO GET
Last updated
Was this helpful?
GET echo://${content}
Return content from GET request.
const content = Buffer.from('This is echo content').toString('base64');
request_type
string
oracle request type
content
string
desired returned content
Last updated
Was this helpful?
Was this helpful?