Skip to content

Commit 6ee5a54

Browse files
authored
feat(arcgis-rest-places): Add support for the new Places service via a new arcgis-rest-places package
1 parent e18091a commit 6ee5a54

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+32243
-33859
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@typescript-eslint/no-unused-vars": "off",
2525
"@typescript-eslint/ban-types": "off",
2626
"@typescript-eslint/explicit-module-boundary-types": "off",
27+
"@typescript-eslint/no-empty-interface": "off",
2728
"import/extensions": ["error", "ignorePackages"],
2829

2930
// remove import/no-unresolved once https://github.com/import-js/eslint-plugin-import/issues/2111 is resolved

demos/node-places-api/.env.template

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
API_KEY="YOUR_API_KEY"

demos/node-places-api/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)