google_api_firebase_dynamic_links v0.0.1 GoogleApi.FirebaseDynamicLinks.V1.Api.ShortLinks View Source
API calls for all endpoints tagged ShortLinks.
Link to this section Summary
Functions
Creates a short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project
Link to this section Functions
firebasedynamiclinks_short_links_create(Tesla.Env.client, keyword) :: {:ok, GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse.t} | {:error, Tesla.Env.t}
Creates a short Dynamic Link given either a valid long Dynamic Link or details such as Dynamic Link domain, Android and iOS app information. The created short Dynamic Link will not expire. Repeated calls with the same long Dynamic Link or Dynamic Link information will produce the same short Dynamic Link. The Dynamic Link domain in the request must be owned by requester's Firebase project.
Parameters
- connection (GoogleApi.FirebaseDynamicLinks.V1.Connection): Connection to server
opts (KeywordList): [optional] Optional parameters
- :bearer_token (String): OAuth bearer token.
- :oauth_token (String): OAuth 2.0 token for the current user.
- :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
- :pretty_print (Boolean): Returns response with indentations and line breaks.
- :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
- :fields (String): Selector specifying which fields to include in a partial response.
- :callback (String): JSONP
- :__/xgafv (String): V1 error format.
- :alt (String): Data format for response.
- :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
- :access_token (String): OAuth access token.
- :quota_user (String): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
- :pp (Boolean): Pretty-print response.
- :body (CreateShortDynamicLinkRequest):
Returns
{:ok, %GoogleApi.FirebaseDynamicLinks.V1.Model.CreateShortDynamicLinkResponse{}} on success {:error, info} on failure