2016-11-11 13:52:21 +00:00
|
|
|
// Copyright 2016 The Gitea Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2022-09-15 18:47:16 +01:00
|
|
|
// Package gitea implements a client for the Gitea API.
|
|
|
|
// The version corresponds to the highest supported version
|
|
|
|
// of the gitea API, but backwards-compatibility is mostly
|
|
|
|
// given.
|
2016-11-11 13:52:21 +00:00
|
|
|
package gitea // import "code.gitea.io/sdk/gitea"
|