C# 클래스 SchooxSharp.Api.Helpers.RequestHelper

파일 보기 프로젝트 열기: jamesbar2/SchooxSharp

공개 메소드들

메소드 설명
AddAuthentication ( this request, string apiKey, int academyId ) : void
AddNonBlankParameter ( this request, string key, object value ) : void
AddNonBlankParameter ( this request, string key, string value ) : void
AddNonBlankQueryString ( this request, string key, object value ) : void
AddNonBlankQueryString ( this request, string key, string value ) : void
SetJsonHandler ( this request ) : void

메소드 상세

AddAuthentication() 공개 정적인 메소드

public static AddAuthentication ( this request, string apiKey, int academyId ) : void
request this
apiKey string
academyId int
리턴 void

AddNonBlankParameter() 공개 정적인 메소드

public static AddNonBlankParameter ( this request, string key, object value ) : void
request this
key string
value object
리턴 void

AddNonBlankParameter() 공개 정적인 메소드

public static AddNonBlankParameter ( this request, string key, string value ) : void
request this
key string
value string
리턴 void

AddNonBlankQueryString() 공개 정적인 메소드

public static AddNonBlankQueryString ( this request, string key, object value ) : void
request this
key string
value object
리턴 void

AddNonBlankQueryString() 공개 정적인 메소드

public static AddNonBlankQueryString ( this request, string key, string value ) : void
request this
key string
value string
리턴 void

SetJsonHandler() 공개 정적인 메소드

public static SetJsonHandler ( this request ) : void
request this
리턴 void