Helper Function for GET, Depending on Whether Authentication is Required

Adds basic level authentication if provided.

get_me(user, URL)

Arguments

user

string of length 1 or 2 with user details

URL

The URL to be passed to curl

Note

This function is not intended to be called directly. It is used in other functions.

Author

Ananda Mahto