Oracle & HTTP Call
An oracle helps you to do external HTTP calls to an API.
You can register an oracle with only one line of code:
The oracle
name
must be in snake_case OR camelCaseThe second parameter should always be
r
(only READ permission is available ATM)
Then, you must use the get_http() predicate whenever you want to get data from the oracle:
The Output name must be in PascalCase.
Last updated