View Source GitHub.TopicSearchResultItem (GitHub REST API Client v0.0.8)
Provides struct and type for TopicSearchResultItem
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.TopicSearchResultItem{ aliases: [map()] | nil, created_at: String.t(), created_by: String.t() | nil, curated: boolean(), description: String.t() | nil, display_name: String.t() | nil, featured: boolean(), logo_url: String.t() | nil, name: String.t(), related: [map()] | nil, released: String.t() | nil, repository_count: integer() | nil, score: number(), short_description: String.t() | nil, text_matches: [map()] | nil, updated_at: String.t() }