mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
add sdk links to docs (#13266)
* add sdk links to docs * Update docs/content/doc/advanced/api-usage.en-us.md Co-authored-by: John Olheiser <[email protected]> Co-authored-by: Markus <[email protected]> Co-authored-by: John Olheiser <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
John Olheiser
Markus
parent
3d12ad10ed
commit
4c118024de
@@ -99,3 +99,8 @@ $ curl -H "X-Gitea-OTP: 123456" --request GET --url https://yourusername:yourpas
|
|||||||
## Sudo
|
## Sudo
|
||||||
|
|
||||||
The API allows admin users to sudo API requests as another user. Simply add either a `sudo=` parameter or `Sudo:` request header with the username of the user to sudo.
|
The API allows admin users to sudo API requests as another user. Simply add either a `sudo=` parameter or `Sudo:` request header with the username of the user to sudo.
|
||||||
|
|
||||||
|
## SDKs
|
||||||
|
|
||||||
|
* [Official go-sdk](https://gitea.com/gitea/go-sdk)
|
||||||
|
* [more](https://gitea.com/gitea/awesome-gitea#user-content-sdk)
|
||||||
|
|||||||
Reference in New Issue
Block a user