Skip to content

Latest commit

 

History

History
75 lines (69 loc) · 3.38 KB

examples.md

File metadata and controls

75 lines (69 loc) · 3.38 KB

SDK Example

Each API function take an Input struct and return an Output struct. The Input struct consists of request params, request headers and request elements, and the Output holds the HTTP status code, response headers, response elements and error message (if error occurred).