This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Pagination for product listing | |
Expects array of objects from endpoint: | |
{ | |
"items": { | |
"pages": [{ | |
"value": 1, | |
"text": "1", | |
"selected": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const OFF = 0; | |
const WARN = 1; | |
const ERROR = 2; | |
module.exports = { | |
root: true, | |
env: { | |
browser :true, | |
es6: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"request_ref": "get.competitions.5f842b59dac02", | |
"num_notices": 0, | |
"num_data_lines": 3, | |
"num_warnings": 0, | |
"num_errors": 0, | |
"time_taken": 0.30497, | |
"org_id": 1 | |
}, |
OlderNewer