Method

GitlabApiKeyto_string

Declaration [src]

char*
gitlab_api_key_to_string (
  GitlabApiKey* self
)

Description [src]

Gets the API key used for communicating with Gitlab.

Return value

Type: char*

A string containing the api key.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.