Gitea: Golang SDK
Go to file
6543 fa7edc6f46 Changelog v0.13.2 (#462) (#463)
Changelog v0.13.2 (#462)

Changelog v0.13.2

Fix release urls

Reviewed-on: gitea/go-sdk#462
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-Authored-By: 6543 <6543@obermui.de>
Co-Committed-By: 6543 <6543@obermui.de>

Reviewed-on: gitea/go-sdk#463
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: Gary Kim <gary@garykim.dev>
Co-Authored-By: 6543 <6543@obermui.de>
Co-Committed-By: 6543 <6543@obermui.de>
2020-12-07 09:15:50 +08:00
.github Fix Links (#193) 2019-11-06 15:16:26 +00:00
docs Make http requests with context (#417) 2020-09-15 16:21:40 +00:00
gitea Update Issue Struct (#458) 2020-11-29 23:07:36 +08:00
.changelog.yml Changelog v0.11.0 (#235) 2020-01-28 06:15:46 +00:00
.drone.yml Various fixes for CI and Makefile (#443) 2020-11-09 08:58:30 +08:00
.editorconfig switch gitter to discord for drone. (#62) 2017-06-16 10:46:36 +08:00
.gitattributes prevent merge conflicts | gitattributes eol=lf (#200) 2019-12-30 20:16:29 +00:00
.gitignore [Makefile] Add "test-instance"; Add "help" (#231) 2020-01-26 07:22:57 +00:00
.revive.toml use golangci-lint and revive for linting (match main repo) (#220) 2020-01-26 19:08:47 +00:00
CHANGELOG.md Changelog v0.13.2 (#462) (#463) 2020-12-07 09:15:50 +08:00
CONTRIBUTING.md README: add LICENCE and RELEASE badge (#208) 2020-01-03 01:01:10 +00:00
DCO Added contribution and maintainer files 2016-11-07 11:26:36 -02:00
LICENSE Updated licenses info 2016-11-07 11:26:36 -02:00
Makefile make test-instance Support for MacOS & different architectures (#450) 2020-11-10 04:54:59 +08:00
README.md Start v0.14.0 Development (#421) 2020-09-15 20:46:08 +00:00

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.