Ruby integration
require 'gitea-client' client = GiteaClient::Client.new(api_key: "YOUR_API_KEY")
curl \ # append ?access_token=$API_KEY to the URL \ /orgs
curl \ # append ?access_token=$API_KEY to the URL \ /user
curl \ # append ?access_token=$API_KEY to the URL \ /version