Skip to content

Instantly share code, notes, and snippets.

View AlanJenkinsVS's full-sized avatar

Alan Jenkins AlanJenkinsVS

View GitHub Profile
<!--
Pagination for product listing
Expects array of objects from endpoint:
{
"items": {
"pages": [{
"value": 1,
"text": "1",
"selected": true
const OFF = 0;
const WARN = 1;
const ERROR = 2;
module.exports = {
root: true,
env: {
browser :true,
es6: true
@AlanJenkinsVS
AlanJenkinsVS / competitions.json
Last active October 12, 2020 10:13
Competitions List endpoint with EssentialFields
{
"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
},