Uses of Class
ink.icoding.github4j.model.request.CreateRepoRequest
Packages that use CreateRepoRequest
-
Uses of CreateRepoRequest in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client with parameters of type CreateRepoRequestModifier and TypeMethodDescriptionReposClient.create(CreateRepoRequest request) 为当前认证用户创建一个新仓库。ReposClient.createForOrg(String org, CreateRepoRequest request) 在指定组织下创建一个新仓库。 -
Uses of CreateRepoRequest in ink.icoding.github4j.model.request
Methods in ink.icoding.github4j.model.request that return CreateRepoRequest