{"id":13661040,"url":"https://github.com/Esri/arcgis-rest-js","last_synced_at":"2025-04-24T23:31:29.470Z","repository":{"id":37251802,"uuid":"96794098","full_name":"Esri/arcgis-rest-js","owner":"Esri","description":"compact, modular JavaScript wrappers for the ArcGIS REST API","archived":false,"fork":false,"pushed_at":"2025-04-11T20:03:18.000Z","size":178146,"stargazers_count":359,"open_issues_count":66,"forks_count":126,"subscribers_count":303,"default_branch":"main","last_synced_at":"2025-04-11T20:26:51.487Z","etag":null,"topics":["arcgis","data-management","esri","hacktoberfest","javascript","rest-api","vanilla","web-development"],"latest_commit_sha":null,"homepage":"https://developers.arcgis.com/arcgis-rest-js/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Esri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-07-10T15:40:20.000Z","updated_at":"2025-04-07T18:31:30.000Z","dependencies_parsed_at":"2023-10-11T22:11:14.756Z","dependency_job_id":"86ff0c15-69c0-4d0e-8625-cd1ea1e9e7d0","html_url":"https://github.com/Esri/arcgis-rest-js","commit_stats":{"total_commits":1424,"total_committers":90,"mean_commits":"15.822222222222223","dds":0.7071629213483146,"last_synced_commit":"bfd7ce977d9879077e92fabfc491240d8f230844"},"previous_names":[],"tags_count":244,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Farcgis-rest-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Farcgis-rest-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Farcgis-rest-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Esri%2Farcgis-rest-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Esri","download_url":"https://codeload.github.com/Esri/arcgis-rest-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250727615,"owners_count":21477342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arcgis","data-management","esri","hacktoberfest","javascript","rest-api","vanilla","web-development"],"created_at":"2024-08-02T05:01:28.959Z","updated_at":"2025-04-24T23:31:24.462Z","avatar_url":"https://github.com/Esri.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Web Map Development","👨‍💻 JavaScript Libraries"],"sub_categories":["Mapping"],"readme":"[![npm version][npm-img]][npm-url]\n[![gzip bundle size][gzip-image]][npm-url]\n[![Coverage Status][coverage-img]][coverage-url]\n[![apache 2.0 licensed][license-img]][license-url]\n\n[npm-img]: https://img.shields.io/npm/v/@esri/arcgis-rest-request.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/@esri/arcgis-rest-request\n[gzip-image]: https://img.badgesize.io/https://unpkg.com/@esri/arcgis-rest-request/dist/bundled/request.umd.min.js?compression=gzip\n[coverage-img]: https://codecov.io/gh/Esri/arcgis-rest-js/branch/master/graph/badge.svg\n[coverage-url]: https://codecov.io/gh/Esri/arcgis-rest-js\n[license-img]: https://img.shields.io/badge/license-Apache%202.0-orange.svg?style=flat-square\n[license-url]: #license\n\n# @esri/arcgis-rest-js\n\n\u003e compact, modular JavaScript wrappers for the ArcGIS REST API that run in Node.js and modern browsers.\n\n## Table of Contents\n\n- [Example](#example)\n- [API Reference](#api-reference)\n- [Instructions](#instructions)\n- [Packages](#packages)\n- [FAQ](https://developers.arcgis.com/arcgis-rest-js/faq/)\n- [Issues](#issues)\n- [Versioning](#versioning)\n- [Contributing](#contributing)\n- [Code of Conduct](/CODE_OF_CONDUCT.md)\n- [CHANGELOG](/CHANGELOG.md)\n- [License](#license)\n\n### Example\n\n```js\nimport { request } from \"@esri/arcgis-rest-request\";\n\nconst url =\n  \"https://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/data\";\n\nrequest(url).then((response) =\u003e {\n  console.log(response); // WebMap JSON\n});\n```\n\n### Get Started\n\nTo get started, go to [ArcGIS REST JS on the ArcGIS Developers website](https://developers.arcgis.com/arcgis-rest-js/).\n\nIf you are on version 3, the previous documentation can be found at https://esri.github.io/arcgis-rest-js.\n\n### Documentation\n\nThe documentation is published at https://developers.arcgis.com/arcgis-rest-js/ and is maintained in a private repository and managed by the ArcGIS Developer Experience team. The [API reference](https://developers.arcgis.com/arcgis-rest-js/api-reference/) is generated automatically by [TypeDoc](https://typedoc.org/) via the `npm run typedoc` command and the [`typedoc.json` configuration file](./typedoc.json).\n\n### Instructions\n\nYou can install dependencies by cloning the repository and running:\n\n```bash\nnpm install \u0026\u0026 npm run build\n```\n\nThis will install all dependencies and do an initial build. Afterward, you can run any of the [demo apps](./demos/) by `cd`'ing by following the README for the specific demo. For a list of all available commands run `npm run`.\n\nFor all packages:\n\n- `npm run build` - builds all distributions of every package with `ultra`, inside each package builds are done in parallel with `npm-run-all`. Output is errors only.\n- `npm run build:esm`, `npm run build:cjs`, `npm run build:bundled` - as as the above but only one of our target distributions.\n- `npm run dev:esm`, `npm run dev:cjs`, `npm run dev:bundled` - runs the appropriate watch command in all packages.\n\nFor a specific package:\n\n- `npm run build -w @esri/arcgis-rest-request` - run all builds in a specific workspace\n- `npm run dev -w @esri/arcgis-rest-request` - run all dev commands in a specific workspace\n- `npm run build:esm -w @esri/arcgis-rest-request` - run the esm build in a specific workspace\n- `npm run dev:esm -w @esri/arcgis-rest-request` - run the esm dev command in a specific workspace\n- `npm run build:cjs -w @esri/arcgis-rest-request` - run the common js build in a specific workspace\n- `npm run dev:cjs -w @esri/arcgis-rest-request` - run the common js dev command in a specific workspace\n- `npm run build:bundled -w @esri/arcgis-rest-request` - run the rollup build in a specific workspace\n- `npm run dev:bundled -w @esri/arcgis-rest-request` - run the rollup dev command in a specific workspace\n\n### Packages\n\n- [`@esri/arcgis-rest-request`](./packages/arcgis-rest-request/) - Core module implementing basic request code, shared TypeScript types and common utilities.\n- [`@esri/arcgis-rest-portal`](./packages/arcgis-rest-portal) - Methods for working with ArcGIS Online/Enterprise content and users.\n- [`@esri/arcgis-rest-feature-service`](./packages/arcgis-rest-feature-service) - Functions for querying, editing, and administering hosted feature layers and feature services.\n- [`@esri/arcgis-rest-geocoding`](./packages/arcgis-rest-geocoding) - Wrapper around geocoding services.\n- [`@esri/arcgis-rest-routing`](./packages/arcgis-rest-routing) - Wrapper around routing and directions services.\n- [`@esri/arcgis-rest-demographics`](./packages/arcgis-rest-demographics) - Wrapper around demographic data services.\n- [`@esri/arcgis-rest-places`](./packages/arcgis-rest-places) - Wrapper around place finding and place data services.\n\n### Issues\n\nIf something isn't working the way you expected, please take a look at [previously logged issues](https://github.com/Esri/arcgis-rest-js/issues) first. Have you found a new bug? Want to request a new feature? We'd [**love**](https://github.com/Esri/arcgis-rest-js/issues/new) to hear from you.\n\nIf you're looking for help you can also post issues on [Stack Overflow](https://stackoverflow.com/questions/tagged/esri-oss) with the `esri-oss` tag.\n\n### Versioning\n\nFor transparency into the release cycle and in striving to maintain backward compatibility, `@esri/arcgis-rest-js` is maintained under [Semantic Versioning guidelines](https://semver.org/) and will adhere to these rules whenever possible.\n\nFor more information on SemVer, please visit \u003chttp://semver.org/\u003e.\n\n### Contributing\n\nEsri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](CONTRIBUTING.md).\n\n### License\n\nCopyright \u0026copy; 2017-2023 Esri\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\u003e http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nA copy of the license is available in the repository's [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEsri%2Farcgis-rest-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEsri%2Farcgis-rest-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEsri%2Farcgis-rest-js/lists"}