Gitea: Golang SDK
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Dmitry Afanasiev 846d53e967
continuous-integration/drone/push Build is passing Details
add support for api /repos/{owner}/{repo}/collaborators/{collaborator}/permission (#611)
Co-authored-by: Dmitry Afanasiev <afanasiev.dmitry@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: #611
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Dmitry Afanasiev <dafanasiev@noreply.gitea.io>
Co-committed-by: Dmitry Afanasiev <dafanasiev@noreply.gitea.io>
3 weeks ago
.github Fix Links (#193) 3 years ago
docs Add response to `ReadRepoNotifications` (#590) 10 months ago
gitea add support for api /repos/{owner}/{repo}/collaborators/{collaborator}/permission (#611) 3 weeks ago
.changelog.yml Changelog for v0.15.0 (#538) 2 years ago
.drone.yml Pin CI (#614) 4 weeks ago
.editorconfig switch gitter to discord for drone. (#62) 6 years ago
.gitattributes prevent merge conflicts | gitattributes eol=lf (#200) 3 years ago
.gitignore Add gitea-vet (#312) 2 years ago
.revive.toml use golangci-lint and revive for linting (match main repo) (#220) 3 years ago
CHANGELOG.md Add Changelog for v0.15.1 & url fixes (#564) 1 year ago
CONTRIBUTING.md README: add LICENCE and RELEASE badge (#208) 3 years ago
DCO Added contribution and maintainer files 6 years ago
LICENSE Updated licenses info 6 years ago
Makefile Pin CI (#614) 4 weeks ago
README.md UrlEscape Function Arguments used in UrlPath (#273) 2 years ago

README.md

Gitea SDK for Go

License: MIT Release Build Status Join the chat at https://img.shields.io/discord/322538954119184384.svg Go Report Card GoDoc

This project acts as a client SDK implementation written in Go to interact with the Gitea API implementation. For further informations take a look at the current documentation.

Note: function arguments are escaped by the SDK.

Use it

import "code.gitea.io/sdk/gitea"

Version Requirements

  • go >= 1.13
  • gitea >= 1.11

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.