October 2018
Intermediate to advanced
530 pages
14h 25m
English
The HTTP request in the collection uses the available REST APIs of the REST proxy. In Chapter 10, Introducing the Oracle Blockchain Cloud Service, I reviewed the available REST APIs, but let's briefly go over them again.
The REST proxy currently in production at Oracle exposes these four resources (https://docs.oracle.com/en/cloud/paas/blockchain-cloud/rest-api/rest-endpoints.html):
|
Task |
Method |
Path |
|
Invoke a method (Sync) |
POST |
/bcsgw/rest/v1/transaction/invocation |
|
Invoke a query |
POST |
/bcsgw/rest/v1/transaction/query |
|
View the status of a specific transaction |
GET |
/bcsgw/rest/v1/transaction |
|
View version |
GET |
/bcsgw/rest/version |
The tasks that use the POST ...
Read now
Unlock full access