|
GoPxL SDK
|
| GoTransaction Create | ( | const std::string & | uri, |
| const GoJson & | content = {}, |
||
| const GoJson & | args = {} |
||
| ) |
Creates a resource with the provided content.
Analogous to HTTP's POST method: there is content/body, and 'args' are similar to query strings.
| uri | The URI to the resource. |
| content | GoJson object of the content for the request. |
| args | GoJson object of arguments for the request. |