///
import IRESTClient, { ErrorResponseHandler, ResponseHandler } from "./IRESTClient";
import ClientResponse from "./ClientResponse";
import { BodyInit, RequestCredentials, Response } from 'node-fetch';
import { URLSearchParams } from "url";
/**
* @author Brett P
* @author Tyler Scott
* @author TJ Peden
*/
export default class DefaultRESTClient