Module: Backend::Api

Defined in:
backend.rb,
api/cloud.rb,
api/search.rb,
api/server.rb,
api/request.rb,
api/published.rb,
api/build/project.rb,
api/issue_trackers.rb,
api/sources/package.rb,
api/sources/project.rb,
api/build_results/status.rb,
api/build_results/worker.rb,
api/build_results/binaries.rb

Overview

This module holds all the low level calls for the API with the backend server.

Usually those methods receive parameters that are strings and return one string that is the body of the response from the backend server (encoded in UTF-8)

Defined Under Namespace

Modules: Build, BuildResults, Cloud, Sources Classes: IssueTrackers, Published, Request, Search, Server