Helper Function for GET, Depending on Whether Authentication is Required
Adds basic level authentication if provided.
get_me(user, URL)
user | string of length 1 or 2 with user details |
---|---|
URL | The URL to be passed to curl |
This function is not intended to be called directly. It is used in other functions.
Ananda Mahto