This interface is used when calling REST APIs in conjunction with RESTility.
RESTCallback is the low level interface for handling JSON and HTTP. This interface gets access to errors generated by the HTTP call and the raw JSON values the REST call returns. This interface is typically used in conjunction with a RESTObjectCallBack. The RESTCallback handles converting the JSON data structure into an object and then returns those data structures to the RESTObjectCallBack.
@see RESTObjectCallBack @see RESTility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|