Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Classes

Type aliases

References

default

Renames and exports API

Type aliases

ApiConfig

ApiConfig: { graphQlUrl: string; privateKey: string; publicKey: string; restUrl: string; tenantId: number }

ApiConfig specifies the needed parameters to initialize API calls to Interfolio

Type declaration

  • graphQlUrl: string

    The GraphQL URL endpoint root with not final slash (e.g. https://caasbox.interfolio.com)

  • privateKey: string

    The private key provided by Interfolio for API access

  • publicKey: string

    The public key provided by Interfolio for API access

  • restUrl: string

    The Rest URL endpoint root with no final slash(e.g. https://logic.interfolio.com)

  • tenantId: number

    The Interfolio tenant id

Legend

  • Variable
  • Function
  • Type alias
  • Class

Generated using TypeDoc