class Stremio::Addon::DevKit::Mixins::Meta::LinkGenre
- Stremio::Addon::DevKit::Mixins::Meta::LinkGenre
- Stremio::Addon::DevKit::Mixins::Meta::Link
- Reference
- Object
Defined in:
stremio-addon-devkit/mixins/meta.crConstructors
-
.new(genre, content_type, id : String, catalogAddonUrl : URI)
catalogAddonUrl
- URL to manifest of the addon (URI encoded) *type
the addon type, see content types *id
catalog id from the addon *genre
the filter genre, see catalog extra properties
- .new(pull : JSON::PullParser)
Instance methods inherited from class Stremio::Addon::DevKit::Mixins::Meta::Link
category : String
category,
category=(category : String)
category=,
name : String
name,
name=(name : String)
name=,
url : URI
url,
url=(url : URI)
url=
Constructor methods inherited from class Stremio::Addon::DevKit::Mixins::Meta::Link
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(genre, content_type, id : String, catalogAddonUrl : URI)
#
catalogAddonUrl
- URL to manifest of the addon (URI encoded)type
the addon type, see content typesid
catalog id from the addongenre
the filter genre, see catalog extra properties