Git Hub Content
A reference to a Content DSL file hosted on GitHub.
Used to load remote content definitions (typically Content.kt files) from a GitHub repository. The file is fetched via raw GitHub URLs and evaluated as a Kotlin script to produce a ReadingBatContent instance.
Parameters
whether the GitHub owner is a user or organization
the GitHub user or organization name
the GitHub repository name
the git branch to fetch from (defaults to "master")
the path within the repo to the source directory
the name of the DSL file to load
Constructors
Functions
Loads and evaluates a remote ContentSource (e.g., a GitHubContent file) as a Kotlin script, returning the resulting ReadingBatContent. The DSL file must define a variable with the given variableName (defaults to "content") that holds the ReadingBatContent result.