Gitea: Golang SDK
You can not 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
Zettat123 970776d1c1
Switch to Gitea Actions (#618)
3 weeks ago
.gitea/workflows Switch to Gitea Actions (#618) 3 weeks ago
.github Fix Links (#193) 4 years ago
docs Add response to `ReadRepoNotifications` (#590) 1 year ago
gitea Add `GetIssueTemplates()` (#603) 1 month ago
.changelog.yml Changelog for v0.15.0 (#538) 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 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 7 years ago
LICENSE Updated licenses info 7 years ago
Makefile Pin CI (#614) 3 months 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.