Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.28 KB

ProfileApi.md

File metadata and controls

56 lines (38 loc) · 1.28 KB

MinergateApi.ProfileApi

All URIs are relative to https://api.minergate.com/1.0

Method HTTP request Description
getProfileNickname GET /profile/nickname Profile Nickname

getProfileNickname

getProfileNickname()

Profile Nickname

Returns the user’s nickname. Requires authorization.

Example

var MinergateApi = require('minergate_api');
var defaultClient = MinergateApi.ApiClient.default;

// Configure API key authorization: token
var token = defaultClient.authentications['token'];
token.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//token.apiKeyPrefix = 'Token';

var apiInstance = new MinergateApi.ProfileApi();

var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully.');
  }
};
apiInstance.getProfileNickname(callback);

Parameters

This endpoint does not need any parameter.

Return type

null (empty response body)

Authorization

token

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json