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
Norwin 97e61e5a8a Improve PullReview docs (#469)
document some PullReview fields

code review

Co-authored-by: Norwin Roosen <git@nroo.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: gitea/go-sdk#469
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-Authored-By: Norwin <noerw@noreply.gitea.io>
Co-Committed-By: Norwin <noerw@noreply.gitea.io>
2 years ago
.github Fix Links (#193) 3 years ago
docs Remove & Rename TrackedTimes list functions (#467) 2 years ago
gitea Improve PullReview docs (#469) 2 years ago
.changelog.yml Changelog v0.11.0 (#235) 3 years ago
.drone.yml Various fixes for CI and Makefile (#443) 2 years ago
.editorconfig switch gitter to discord for drone. (#62) 6 years ago
.gitattributes prevent merge conflicts | gitattributes eol=lf (#200) 3 years ago
.gitignore [Makefile] Add "test-instance"; Add "help" (#231) 3 years ago
.revive.toml use golangci-lint and revive for linting (match main repo) (#220) 3 years ago
CHANGELOG.md Changelog v0.13.2 (#462) (#463) 2 years 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 `make test-instance` Support for MacOS & different architectures (#450) 2 years ago
README.md Start v0.14.0 Development (#421) 3 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.

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.