ScreenScraperAPIV2 class

Dart wrapper for ScreenScraper API V2

Constructors

ScreenScraperAPIV2({required String devId, required String devPassword, required String softwareName, required String userName, required String userPassword, bool httpLog = false})
ScreenScraperAPIV2.asTestUser()
Use leecher credentials, for testing purposes
factory

Properties

devId String
final
devPassword String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareName String
final
userName String
final
userPassword String
final

Methods

close() → void
gameInfo(GameInfoRequest request) Future<GameInfo>
jeuInfos.php: Information on a game / Media of a game
infraInfo() Future<Servers>
ssinfraInfos.php: Information about the ScreenScraper framework
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