Using gitea-client with gitea.io

Ruby integration

Install
gem install gitea-client
Quick start
require 'gitea-client'

client = GiteaClient::Client.new(api_key: "YOUR_API_KEY")
Get list of organizations
curl \
  # append ?access_token=$API_KEY to the URL \
  /orgs
Get the authenticated user
curl \
  # append ?access_token=$API_KEY to the URL \
  /user
Returns the version of the Gitea application
curl \
  # append ?access_token=$API_KEY to the URL \
  /version
SDK on GitHub 📄 API Docs
SDK
gitea-client
Ruby
API
gitea.io
gitea.io
At a glance
Language Ruby
Endpoints325