bitly_qr_create_code: Create QR code with bit.ly link

View source: R/bitly_qr_codes.R

bitly_qr_create_codeR Documentation

Create QR code with bit.ly link

Description

Create a new QR Code and return its metadata

Usage

bitly_qr_create_code(title = NULL, group_guid = NULL, bitly_link = NULL)

Arguments

title

- a required string

group_guid

- group id

bitly_link

- a bit.ly link

See Also

https://dev.bitly.com/api-reference/#createQRCodePublic

Examples

## Not run: 
bitly_bearerToken("access token")
qr <- bitly_qr_create_code(group_guid = "Be2oejZbDDc", bitly_link = "bit.ly/abc1234")

## End(Not run)


dmpe/urlshorteneR documentation built on June 12, 2025, 3:37 a.m.