|
GoPxL SDK
|
| GoTransaction Call | ( | const std::string & | uri, |
| const GoJson & | content = {}, |
||
| const GoJson & | args = {} |
||
| ) |
Calls a callable resource.
Not all resources are callable, check the API docs.
| uri | The URI to the resource. |
| content | GoJson object of the content for the request. |
| args | GoJson object of arguments for the request. |
| GoChannelError | If not connected to channel. |