Skip to contents

Appends access_token to URL if not present

Usage

append_access_token(url, access_token)

Arguments

url

The URL to which the access_token should be appended.

access_token

The Canvas API access token (string).

Value

The URL with the access_token appended if it was not already present.