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
6543 e0cf20a456 Add workaround to get head branch sha of pulls with deleted head branch (#498)
as title

Reviewed-on: gitea/go-sdk#498
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2 years ago
.github Fix Links (#193) 3 years ago
docs Update Structs (#486) 2 years ago
gitea Add workaround to get head branch sha of pulls with deleted head branch (#498) 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.