1
0
mirror of https://gitea.com/gitea/go-sdk synced 2025-10-06 00:12:44 +02:00
6543 635de1b821 Add ignoreVersion & manuall version set option (#560)
be able to skip version check if needed.

!!! Be careful, because using it incorrectly can result in infinite loops with pagination !!!

Reviewed-on: https://gitea.com/gitea/go-sdk/pulls/560
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
2022-01-05 00:31:31 +08:00
2019-11-06 15:16:26 +00:00
2021-07-01 23:10:21 +08:00
2021-08-14 00:46:54 +08:00
2021-03-31 00:36:33 +08:00
2021-08-13 22:21:17 +08:00
2021-08-14 00:46:54 +08:00
2016-11-07 11:26:36 -02:00
2016-11-07 11:26:36 -02:00
2021-08-13 22:21:17 +08: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.

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.

Description
Golang SDK
Readme MIT 3.6 MiB
Languages
Go 98.7%
Makefile 1.3%