Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.firebasedynamiclinks.shortLinks

Firebase Dynamic Links API: shortLinks. Programmatically creates and manages Firebase Dynamic Links. See: https://firebase.google.com/docs/dynamic-links/api/reference/rest/v1/shortLinks

Firebase Dynamic Links API: shortLinks.
Programmatically creates and manages Firebase Dynamic Links.
See: https://firebase.google.com/docs/dynamic-links/api/reference/rest/v1/shortLinks
raw docstring

create$clj

(create$ auth parameters body)

https://firebase.google.com/docs/dynamic-links/api/reference/rest/v1/shortLinks/create

Required parameters: none

Optional parameters: none

Body:

{:dynamicLinkInfo {:socialMetaTagInfo SocialMetaTagInfo, :analyticsInfo AnalyticsInfo, :desktopInfo DesktopInfo, :link string, :navigationInfo NavigationInfo, :iosInfo IosInfo, :domainUriPrefix string, :androidInfo AndroidInfo, :dynamicLinkDomain string}, :sdkVersion string, :longDynamicLink string, :suffix {:customSuffix string, :option string}}

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.

https://firebase.google.com/docs/dynamic-links/api/reference/rest/v1/shortLinks/create

Required parameters: none

Optional parameters: none

Body: 

{:dynamicLinkInfo {:socialMetaTagInfo SocialMetaTagInfo,
                   :analyticsInfo AnalyticsInfo,
                   :desktopInfo DesktopInfo,
                   :link string,
                   :navigationInfo NavigationInfo,
                   :iosInfo IosInfo,
                   :domainUriPrefix string,
                   :androidInfo AndroidInfo,
                   :dynamicLinkDomain string},
 :sdkVersion string,
 :longDynamicLink string,
 :suffix {:customSuffix string, :option string}}

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.
sourceraw docstring

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

× close