powered by
Create a new QR Code and return its metadata
bitly_qr_create_code(title = NULL, group_guid = NULL, bitly_link = NULL)
- a required string
- group id
- a bit.ly link
https://dev.bitly.com/api-reference/#createQRCodePublic
if (FALSE) { bitly_bearerToken("access token") qr <- bitly_qr_create_code(group_guid = "Be2oejZbDDc", bitly_link = "bit.ly/abc1234") }
Run the code above in your browser using DataLab