v1

package
v1.14.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2021 License: MIT Imports: 21 Imported by: 64

Documentation

Overview

Package v1 Gitea API.

This documentation describes the Gitea API.

Schemes: http, https
BasePath: /api/v1
Version: {{AppVer | JSEscape | Safe}}
License: MIT http://opensource.org/licenses/MIT

Consumes:
- application/json
- text/plain

Produces:
- application/json
- text/html

Security:
- BasicAuth :
- Token :
- AccessToken :
- AuthorizationHeaderToken :
- SudoParam :
- SudoHeader :
- TOTPHeader :

SecurityDefinitions:
BasicAuth:
     type: basic
Token:
     type: apiKey
     name: token
     in: query
AccessToken:
     type: apiKey
     name: access_token
     in: query
AuthorizationHeaderToken:
     type: apiKey
     name: Authorization
     in: header
     description: API tokens must be prepended with "token" followed by a space.
SudoParam:
     type: apiKey
     name: sudo
     in: query
     description: Sudo API request as the user provided as the key. Admin privileges are required.
SudoHeader:
     type: apiKey
     name: Sudo
     in: header
     description: Sudo API request as the user provided as the key. Admin privileges are required.
TOTPHeader:
     type: apiKey
     name: X-GITEA-OTP
     in: header
     description: Must be used in combination with BasicAuth if two-factor authentication is enabled.

swagger:meta

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Routes added in v1.14.0

func Routes() *web.Route

Routes registers all v1 APIs routes to web application.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL