View Source GitHub.TopicSearchResultItem (GitHub REST API Client v0.3.1)

Provides struct and type for a TopicSearchResultItem

Link to this section Summary

Link to this section Types

@type t() :: %GitHub.TopicSearchResultItem{
  __info__: map(),
  aliases: [map()] | nil,
  created_at: DateTime.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: [GitHub.SearchResultTextMatches.t()] | nil,
  updated_at: DateTime.t()
}