1.13.0 • Published 6 years ago

the-duke v1.13.0

Weekly downloads
45
License
Apache-2.0
Repository
-
Last release
6 years ago

TheDuke

Build Status JavaScript Style Guide

Job code utility library for ArcGIS Hub

Composer + Jazz + Washington, D.C. = The Duke

Prerequisites

You will need the following things installed on your computer.

Installation

  • get the repo on your computer:
    • git clone git@github.com:ArcGIS/TheDuke.git or
    • git clone https://github.com/ArcGIS/TheDuke.git
  • install dependencies: npm install

Running / Development

  • nvm use
  • npm run watch
  • edit files in /src or /test directories
  • verify that node-watch runs the linter, tests, and build scripts
  • :hammer:

Harvesting

  • Group layers are not turned into datasets of any kind. Hence they are filtered out during compose step.

Compose Structure

Refer to

{
  errors:[
    {
      ...
    }
  ]
  item:
  metadata:
  groups:
  server: <only if item has a feature|map|image server>
  layers: <only if item has a feature|map server>
  default: <top level keys like createdAt, name, title, tags, source etc.>
}

Error Structure

{
  message:
  stack:
  name: <examples: FetchError | TypeError | SomeCustomError etc. >
  timestamp:
  field: <The field that caused this error like item | metadata | groups etc. >
  url: <may be null if not HTTPError>
  statusCode: <may be null if not HTTPError>
  httpMethod: <may be null if not HTTPError else 'get', 'post' etc.>
}
1.13.0

6 years ago

1.12.1

6 years ago

1.12.0

6 years ago

1.11.0

6 years ago

1.10.1

6 years ago

1.10.0

6 years ago

1.9.2

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.0

7 years ago

1.7.1

7 years ago

1.6.1

7 years ago

1.5.6

7 years ago

1.5.5

7 years ago

1.5.4

7 years ago

1.5.3

7 years ago

1.4.3

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago