Page Contents

Topics

Classes

QLGitHubRepo Class

#include <QLayers/qlgithubrepo.h>

Public Functions

QLGitHubRepo(const QString& repo_url)
QString to_string() const

Detailed Description

A QLGitHubRepo object is an object that references a GitHub repository.

A GitHub repository is referenced by the name of the user/organization that owns the repository, followed by the name of the repository.

Member Function Documentation

QLGitHubRepo(const QString& repo_url)

Constructs a QLGitHubRepo object from a repository URL.

QString to_string() const

Returns a string representation of the GitHub repository.

The string is formatted as follows:

"owner/repository"