/search
github :: SearchResults :: defaultinit
github :: SearchResults :: incomplete_results
Does this page contain all the results?github :: SearchResults :: incomplete_results=
Does this page contain all the results?github :: SearchResults :: total_count=
Total count with other pagesgithub $ SearchResults :: SELF
Type of this instance, automatically specialized in every classgithub $ SearchResults :: core_serialize_to
Actual serialization ofself
to serializer
github $ SearchResults :: from_deserializer
Create an instance of this class from thedeserializer
serialization :: Serializable :: accept_json_serializer
Refinable service to customize the serialization of this class to JSONserialization :: Serializable :: accept_msgpack_attribute_counter
Hook to customize the behavior of theAttributeCounter
serialization :: Serializable :: accept_msgpack_serializer
Hook to customize the serialization of this class to MessagePackserialization :: Serializable :: add_to_bundle
Called by[]=
to dynamically choose the appropriate method according
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
serialization :: Serializable :: core_serialize_to
Actual serialization ofself
to serializer
github :: SearchResults :: defaultinit
core :: Object :: defaultinit
serialization :: Serializable :: from_deserializer
Create an instance of this class from thedeserializer
github :: SearchResults :: incomplete_results
Does this page contain all the results?github :: SearchResults :: incomplete_results=
Does this page contain all the results?core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
serialization :: Serializable :: msgpack_extra_array_items
Hook to request a larger than usual metadata arraycore :: Object :: output_class_name
Display class name on stdout (debug only).serialization :: Serializable :: serialize_msgpack
Serializeself
to MessagePack bytes
serialization :: Serializable :: serialize_to
Serializeself
to serializer
serialization :: Serializable :: serialize_to_json
Serializeself
to JSON
serialization :: Serializable :: to_pretty_json
Serializeself
to plain pretty JSON
github :: SearchResults :: total_count=
Total count with other pagesSerializer::serialize
# A list of results returned buy `/search`
class SearchResults
serialize
# Total count with other pages
var total_count: Int
# Does this page contain all the results?
var incomplete_results: Bool
# Results in this page
var items: Array[Object]
end
lib/github/api.nit:1061,1--1073,3