-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
import { configureTSURL } from '@jakesidsmith/tsurl';
configureTSURL({
baseURL: 'https://domain.com',
// etc
});
This will be overridden per created TSURL.
Alternatively, allow pre-defining options non-globally e.g.
import { createTSURLGroup } from '@jakesidsmith/tsurl';
const API = createTSURLGroup({
baseURL: 'https://domain.com',
// etc
});
const LOGIN = API.createTSURL(['login'])
Metadata
Metadata
Assignees
Labels
No labels