Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.walletobjects.media

Google Wallet API: media. API for issuers to save and manage Google Wallet Objects. See: https://developers.google.com/pay/passesdocs/reference/rest/v1/media

Google Wallet API: media.
API for issuers to save and manage Google Wallet Objects.
See: https://developers.google.com/pay/passesdocs/reference/rest/v1/media
raw docstring

download$clj

(download$ auth parameters)

https://developers.google.com/pay/passesapi/reference/rest/v1/media/download

Required parameters: resourceId

Optional parameters: none

Downloads rotating barcode values for the transit object referenced by the given object ID.

https://developers.google.com/pay/passesapi/reference/rest/v1/media/download

Required parameters: resourceId

Optional parameters: none

Downloads rotating barcode values for the transit object referenced by the given object ID.
raw docstring

upload$clj

(upload$ auth parameters body)

https://developers.google.com/pay/passesapi/reference/rest/v1/media/upload

Required parameters: resourceId

Optional parameters: none

Body:

{:blob {:path string, :sha256Hash string, :algorithm string, :hash string, :contentTypeInfo ContentTypeInfo, :diffChecksumsResponse DiffChecksumsResponse, :objectId ObjectId, :crc32cHash integer, :isPotentialRetry boolean, :diffVersionResponse DiffVersionResponse, :blobRef string, :bigstoreObjectRef string, :cosmoBinaryReference string, :md5Hash string, :token string, :filename string, :diffUploadResponse DiffUploadResponse, :sha1Hash string, :diffDownloadResponse DiffDownloadResponse, :compositeMedia [CompositeMedia], :referenceType string, :length string, :downloadParameters DownloadParameters, :blobstore2Info Blobstore2Info, :hashVerified boolean, :contentType string, :diffUploadRequest DiffUploadRequest, :timestamp string, :inline string, :mediaId string}, :mediaRequestInfo {:currentBytes string, :notificationType string, :requestReceivedParamsServingInfo string, :totalBytes string, :requestId string, :diffObjectVersion string, :finalStatus integer, :customData string, :totalBytesIsEstimated boolean}}

Uploads rotating barcode values for the transit object referenced by the given object ID. Note the max upload size is specified in google3/production/config/cdd/apps-upload/customers/payments-consumer-passes/config.gcl and enforced by Scotty.

https://developers.google.com/pay/passesapi/reference/rest/v1/media/upload

Required parameters: resourceId

Optional parameters: none

Body: 

{:blob {:path string,
        :sha256Hash string,
        :algorithm string,
        :hash string,
        :contentTypeInfo ContentTypeInfo,
        :diffChecksumsResponse DiffChecksumsResponse,
        :objectId ObjectId,
        :crc32cHash integer,
        :isPotentialRetry boolean,
        :diffVersionResponse DiffVersionResponse,
        :blobRef string,
        :bigstoreObjectRef string,
        :cosmoBinaryReference string,
        :md5Hash string,
        :token string,
        :filename string,
        :diffUploadResponse DiffUploadResponse,
        :sha1Hash string,
        :diffDownloadResponse DiffDownloadResponse,
        :compositeMedia [CompositeMedia],
        :referenceType string,
        :length string,
        :downloadParameters DownloadParameters,
        :blobstore2Info Blobstore2Info,
        :hashVerified boolean,
        :contentType string,
        :diffUploadRequest DiffUploadRequest,
        :timestamp string,
        :inline string,
        :mediaId string},
 :mediaRequestInfo {:currentBytes string,
                    :notificationType string,
                    :requestReceivedParamsServingInfo string,
                    :totalBytes string,
                    :requestId string,
                    :diffObjectVersion string,
                    :finalStatus integer,
                    :customData string,
                    :totalBytesIsEstimated boolean}}

Uploads rotating barcode values for the transit object referenced by the given object ID. Note the max upload size is specified in google3/production/config/cdd/apps-upload/customers/payments-consumer-passes/config.gcl and enforced by Scotty.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close