InstagramApiClient class

Class that handles the communication with the (custom-made) API

Constructors

InstagramApiClient()

Properties

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

Methods

attachUser(String username) Future<Map>
Signing in a user with the given username and password Attach a user with the given username
fetchPhotos({required String userId}) Future<PhotoPaging>
Retrieve an instagram account's PUBLIC feed images recognized by his userId
getUserId(String username) Future<String?>
Retrieve the user's by his username
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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