novorender-api-docs / DataJsAPI / APIOptions
Interface: APIOptions
Server API creation options
Properties
authHeader()?
optional authHeader: () => Promise<AuthenticationHeader>;
Callback returning AuthenticationHeader promise for protected api requests.
Returns
Promise
<AuthenticationHeader
>
serviceUrl?
optional serviceUrl: string;
Service url. e.g. "https://novorender.com".