C# 클래스 SchooxSharp.Api.Services.SchooxService

상속: ISchooxService
파일 보기 프로젝트 열기: jamesbar2/SchooxSharp 1 사용 예제들

공개 메소드들

메소드 설명
GenerateBaseRequest ( string requestPath, bool authenticate = true ) : RestRequest
SchooxService ( ) : System.Configuration
SchooxService ( string apiKey, int academyId ) : System.Configuration

비공개 메소드들

메소드 설명
InitializeDefaults ( ) : void

메소드 상세

GenerateBaseRequest() 공개 메소드

public GenerateBaseRequest ( string requestPath, bool authenticate = true ) : RestRequest
requestPath string
authenticate bool
리턴 RestSharp.RestRequest

SchooxService() 공개 메소드

public SchooxService ( ) : System.Configuration
리턴 System.Configuration

SchooxService() 공개 메소드

public SchooxService ( string apiKey, int academyId ) : System.Configuration
apiKey string
academyId int
리턴 System.Configuration