SpaceXApi class

Constructors

SpaceXApi()

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

getAllCapsules() Future<Response>
Capsules
getAllCrews() Future<Response>
Crews
getAllDragons() Future<Response>
Dragons
getAllHistory() Future<Response>
History
getAllLandpads() Future<Response>
Landpads
getAllLaunches() Future<Response>
Launches
getAllLaunchPads() Future<Response>
Launchpads
getAllPayloads() Future<Response>
Payloads
getAllRockets() Future<Response>
Rockets
getAllShips() Future<Response>
Ships
Starlinks
getCapsuleById({required String id}) Future<Response>
getCompany() Future<Response>
Company
getCrewById({required String id}) Future<Response>
getDragonById({required String id}) Future<Response>
getHistoryById({required String id}) Future<Response>
getLandpadById({required String id}) Future<Response>
getLaunchById({required String id}) Future<Response>
getLaunchPadById({required String id}) Future<Response>
getPayloadsById({required String id}) Future<Response>
getRoadster() Future<Response>
Roadster
getRocketById({required String id}) Future<Response>
getShipsById({required String id}) Future<Response>
getStarlinkById({required String id}) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryCapsules({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryCrews({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryDragons({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryHistory({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryLandpads({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryLaunches({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryLaunchPad({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryPayloads({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryRockets({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
queryShips({required Map<String, dynamic> query, Map<String, String>? headers}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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