# Packages
No description provided by the author
# Functions
NewAPI returns a ReCap API client with default configurations.
# Structs
Error is inner struct encountered in cases when the server reported status OK, but still contains details on encountered errors.
ErrorMessage represents a struct corresponding to successfully received task, but failed due to some reasons.
FileUploadingReply reflects the response content upon uploading a file, be it a link or a local one.
PhotoScene holds data encountered in replies like creation of photoScene.
API struct holds all paths necessary to access ReCap API.
SceneCancelReply reflects the response content upon scene cancel processing.
SceneCreationReply reflects the response content upon scene creation.
SceneDeletionReply reflects the response content upon scene deletion.
SceneProgressReply reflects the response content upon polling for scene status.
SceneResultReply reflects the response content upon requesting the scene results in a certain format.
SceneStartProcessingReply reflects the response content upon starting scene processing.