C# 클래스 Pokemon3D.GameJolt.API.Calls.Users

Contains static methods to create valid API calls to the Game Jolt API accessing user functionalities.
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
Authorize ( string username, string token ) : APICall

Creates an API call that authorizes a user with a token. The result indicates wether this was successful.

FetchData ( string username ) : APICall

Creates an API call that fetches user data from the server based on the passed in username.

FetchDataById ( string userId ) : APICall

Creates an API call that fetches user data from the server based on the passed in Game Jolt user id.

메소드 상세

Authorize() 공개 정적인 메소드

Creates an API call that authorizes a user with a token. The result indicates wether this was successful.
public static Authorize ( string username, string token ) : APICall
username string
token string
리턴 APICall

FetchData() 공개 정적인 메소드

Creates an API call that fetches user data from the server based on the passed in username.
public static FetchData ( string username ) : APICall
username string
리턴 APICall

FetchDataById() 공개 정적인 메소드

Creates an API call that fetches user data from the server based on the passed in Game Jolt user id.
public static FetchDataById ( string userId ) : APICall
userId string
리턴 APICall