Pinned Loading
-
FetchWrapper.ts
FetchWrapper.ts 1/**
2* Wrapper for Http Request.
3* Uses fetch API.
4* Mocks are using the following convention : '/pathx/pathy' is fetching ./mock_api/pathx.pathy.js
5* pathx.pathy.js is a javascript file exporting a default element : export default { prop: 'value' } or export default [{ prop: 'value' }]
-
DateDomain.js
DateDomain.js 1import { DateTime } from "luxon";
23const DEFAULT_DATE = {
4H24: { label: '24 Hours', hours: 24 },
5D7: { label: '7 Days', hours: 24 * 7 },
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.