class Thunderstore::Package
- Thunderstore::Package
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
thunderstore/list_packages.crthunderstore/package.cr
thunderstore/version.cr
Constructors
Class Method Summary
Instance Method Summary
- #categories : Array(String)
-
#date_created : Time
@[JSON::Field(converter: Time::Format.new)]
-
#date_updated : Time
@[JSON::Field(converter: Time::Format::ISO_8601_DATE_TIME)]
- #full_name : String
- #has_nsfw_content : Bool
- #is_deprecated : Bool
- #is_pinned : Bool
- #name : String
- #owner : String
- #package_url : String
- #rating_score : Int32
- #uuid4 : String
- #versions : Array(Version)