PerformApptiveLinkX extension

Extension Method on ApptiveGridClient for simplifying parsing of ApptiveGrid Related Objects

on
  • ApptiveGridClient

Methods

performApptiveLinkForApptiveGridObject<T>({required ApptiveLink link, bool isRetry = false, dynamic body, Map<String, String> headers = const {}, ApptiveGridHalVersion? halVersion, Map<String, String>? queryParameters}) Future<T?>
A simplification to call performApptiveLink to simplify parsing for ApptiveGridObjects This provides a custom parsing method to extract single Objects and Lists from Responses that are direct ApptiveGridObjects Supported types are the keys in _parsingMap