Liking cljdoc? Tell your friends :D

happygapi.firebasehosting.projects

Firebase Hosting API: projects. The Firebase Hosting REST API enables programmatic and customizable deployments to your Firebase-hosted sites. Use this REST API to deploy new or updated hosting configurations and content files. See: https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects

Firebase Hosting API: projects.
The Firebase Hosting REST API enables programmatic and customizable deployments to your Firebase-hosted sites. Use this REST API to deploy new or updated hosting configurations and content files.
See: https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects
raw docstring

operations-get$clj

(operations-get$ auth parameters)

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/operations/get

Required parameters: name

Optional parameters: none

Gets the latest state of a long-running operation.  Clients can use this
method to poll the operation result at intervals as recommended by the API
service.
sourceraw docstring

sites-channels-releases-create$clj

(sites-channels-releases-create$ auth parameters body)

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/channels/releases/create

Required parameters: parent

Optional parameters: versionName

Body:

{:message string, :releaseUser {:imageUrl string, :email string}, :releaseTime string, :name string, :type string, :version {:labels {}, :deleteTime string, :deleteUser ActingUser, :fileCount string, :config ServingConfig, :name string, :createTime string, :preview PreviewConfig, :status string, :createUser ActingUser, :versionBytes string, :finalizeTime string, :finalizeUser ActingUser}}

Creates a new release which makes the content of the specified version actively display on the appropriate URL(s).

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/channels/releases/create

Required parameters: parent

Optional parameters: versionName

Body: 

{:message string,
 :releaseUser {:imageUrl string, :email string},
 :releaseTime string,
 :name string,
 :type string,
 :version {:labels {},
           :deleteTime string,
           :deleteUser ActingUser,
           :fileCount string,
           :config ServingConfig,
           :name string,
           :createTime string,
           :preview PreviewConfig,
           :status string,
           :createUser ActingUser,
           :versionBytes string,
           :finalizeTime string,
           :finalizeUser ActingUser}}

Creates a new release which makes the content of the specified version
actively display on the appropriate URL(s).
sourceraw docstring

sites-channels-releases-list$clj

(sites-channels-releases-list$ auth parameters)

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/channels/releases/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the releases that have been created on the specified site.

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/channels/releases/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the releases that have been created on the specified site.
sourceraw docstring

sites-releases-create$clj

(sites-releases-create$ auth parameters body)

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/releases/create

Required parameters: parent

Optional parameters: versionName

Body:

{:message string, :releaseUser {:imageUrl string, :email string}, :releaseTime string, :name string, :type string, :version {:labels {}, :deleteTime string, :deleteUser ActingUser, :fileCount string, :config ServingConfig, :name string, :createTime string, :preview PreviewConfig, :status string, :createUser ActingUser, :versionBytes string, :finalizeTime string, :finalizeUser ActingUser}}

Creates a new release which makes the content of the specified version actively display on the appropriate URL(s).

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/releases/create

Required parameters: parent

Optional parameters: versionName

Body: 

{:message string,
 :releaseUser {:imageUrl string, :email string},
 :releaseTime string,
 :name string,
 :type string,
 :version {:labels {},
           :deleteTime string,
           :deleteUser ActingUser,
           :fileCount string,
           :config ServingConfig,
           :name string,
           :createTime string,
           :preview PreviewConfig,
           :status string,
           :createUser ActingUser,
           :versionBytes string,
           :finalizeTime string,
           :finalizeUser ActingUser}}

Creates a new release which makes the content of the specified version
actively display on the appropriate URL(s).
sourceraw docstring

sites-releases-list$clj

(sites-releases-list$ auth parameters)

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/releases/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the releases that have been created on the specified site.

https://firebase.google.com/docs/hosting/api/reference/rest/v1beta1/projects/sites/releases/list

Required parameters: parent

Optional parameters: pageToken, pageSize

Lists the releases that have been created on the specified site.
sourceraw docstring

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

× close