Type alias CreateClientConfig

CreateClientConfig: {
    base: string;
    bePolite: boolean;
    politeMailto: string;
    politePlatform: string;
}

Configuration that can be overridden in the constructor of a CrossrefClient

Param

: a base URL that hosts the crossref API to address. (Generally don't override this.)

Param

: your email address. Crossref will give you preferable load treatment if you supply.

Param

: the platform of your tool. Probably and default node.

Since

0.1.0

Type declaration

  • base: string
  • bePolite: boolean
  • politeMailto: string
  • politePlatform: string

Generated using TypeDoc