TSDuck v3.41-4220
MPEG Transport Stream Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages Concepts
tsGitHubRelease.h File Reference

Get information from GitHub about the releases of a project. More...

Classes

struct  ts::GitHubRelease::Asset
 Description of an "asset" of the release (typically a binary installer). More...
 
class  ts::GitHubRelease
 This class holds information from GitHub about a release of a project. More...
 

Namespaces

namespace  ts
 TSDuck namespace, containing all TSDuck classes and functions.
 

Typedefs

using ts::GitHubReleasePtr = std::shared_ptr< GitHubRelease >
 Smart pointer to a GitHubRelease (not thread-safe).
 
using ts::GitHubReleaseVector = std::vector< GitHubReleasePtr >
 Vector of smart pointers to GitHubRelease objects.
 

Detailed Description

Get information from GitHub about the releases of a project.