C# 클래스 GitHubUploader.Core.GithubUploader

파일 보기 프로젝트 열기: bittercoder/dotnet-github-upload

공개 메소드들

메소드 설명
Delete ( string repository, string id ) : void
DeleteAll ( string repository ) : void
GithubUploader ( string login, string token ) : System
GithubUploader ( string login, string token, IS3Uploader s3Uploader ) : System
ListFiles ( string repository ) : IEnumerable
ParseHtmlForFiles ( string html ) : IEnumerable
Upload ( UploadInfo info ) : string

비공개 메소드들

메소드 설명
QualifyRepositoryName ( string repository ) : string
UploadToS3 ( UploadInfo info, Func streamFunc, GithubUploadResponse uploadResponse ) : string

메소드 상세

Delete() 공개 메소드

public Delete ( string repository, string id ) : void
repository string
id string
리턴 void

DeleteAll() 공개 메소드

public DeleteAll ( string repository ) : void
repository string
리턴 void

GithubUploader() 공개 메소드

public GithubUploader ( string login, string token ) : System
login string
token string
리턴 System

GithubUploader() 공개 메소드

public GithubUploader ( string login, string token, IS3Uploader s3Uploader ) : System
login string
token string
s3Uploader IS3Uploader
리턴 System

ListFiles() 공개 메소드

public ListFiles ( string repository ) : IEnumerable
repository string
리턴 IEnumerable

ParseHtmlForFiles() 공개 메소드

public ParseHtmlForFiles ( string html ) : IEnumerable
html string
리턴 IEnumerable

Upload() 공개 메소드

public Upload ( UploadInfo info ) : string
info UploadInfo
리턴 string