Documentation ¶
Overview ¶
* Photoz Server Api * * Api for uploading and retrieving photos * * API version: 1.0.0 * Contact: zacharyduve@gmail.com * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { //Resolution *resolution.WebResolution `json:"resolution"` // This is the id of the specific image for the photo. Each photo will be guarentied to have an original image which will be the original binary that was uploaded and a master which is a full resolution version of original that can be modified Id string `json:"id"` Format string `json:"format,omitempty"` ByteSize int64 `json:"bytesize,omitempty"` }
Click to show internal directories.
Click to hide internal directories.