FeedApi class

Constructors

FeedApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregatedFeed(String yyyy, String mm, String dd) Future<Feed?>
Aggregated featured content
aggregatedFeedWithHttpInfo(String yyyy, String mm, String dd) Future<Response>
Aggregated featured content
feedAnnouncementsGet() Future<AnnouncementsResponse?>
Current announcements to display
feedAnnouncementsGetWithHttpInfo() Future<Response>
Current announcements to display
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onThisDay(String type, String mm, String dd) Future<OnthisdayResponse?>
Events on this day
onThisDayWithHttpInfo(String type, String mm, String dd) Future<Response>
Events on this day
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited