DefaultRESTOptions: {
    authPrefix: "Bearer ";
    baseURL: "https://api.foxogram.su";
    enforceAuth: false;
} = ...

Default options of REST client.

Type declaration

  • ReadonlyauthPrefix: "Bearer "
  • ReadonlybaseURL: "https://api.foxogram.su"
  • ReadonlyenforceAuth: false