Skip to content

Commit

Permalink
feat: Allow arcgis rest places package to use dev endpoints (#1170)
Browse files Browse the repository at this point in the history
* feat: allow arcgis rest places package to use user endpoints

* feat: changes from feedback in places package

* feat: updated js to ts

---------

Co-authored-by: Patrick Arlt <[email protected]>
  • Loading branch information
MonikaKanduri4525 and patrickarlt authored Jun 18, 2024
1 parent 650bca1 commit d0ca26d
Show file tree
Hide file tree
Showing 13 changed files with 12,889 additions and 234 deletions.
532 changes: 310 additions & 222 deletions demos/node-places-api/categoryData.csv

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions demos/node-places-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = 0;
const authentication = ApiKeyManager.fromKey(process.env.API_KEY);

const { categories } = await getCategories({
endpoint: "https://places-api.arcgis.com/arcgis/rest/services/places-service/v1/categories",
authentication
});

Expand Down
Loading

0 comments on commit d0ca26d

Please sign in to comment.