All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config_default.import-repo-provider.gogs.yml Maven / Gradle / Ivy

There is a newer version: 2.11.9
Show newest version
baseUrl: https://try.gogs.io
authType: 1
authKey: Authorization
authValue: 'Bearer ${token}'
currentUserMethod: GET
currentUserUrl: /api/v1/user
userNamePath: login
repoListMethod: GET
repoListUrl: /api/v1/user/repos
repoListParam:
  page: '${page}'
  limit: '${pageSize}'
repoListPath: ''
repoConvertPath:
  name: name
  full_name: full_name
  description: description
  url: clone_url
  private: private
repoTotalHeader: X-Total-Count




© 2015 - 2024 Weber Informatics LLC | Privacy Policy