Skip to content

Commit dad2eb4

Browse files
committed
remove authorization article
1 parent 56d05aa commit dad2eb4

File tree

7 files changed

+3
-143
lines changed

7 files changed

+3
-143
lines changed

NEWS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# arcgislayers 0.1.0 (unreleased)
22

3+
- **Breaking**:
4+
- `token` arguments are required to be a valid `httr2_token` object (strings are not supported).
5+
- all `host` arguments are removed. Instead, the host is fetched from the `token`.
36
- Add support for `GroupLayer`s
47
- Add `arc_read()` with support for `name_repair` argument using `{vctrs}` (#108)
58
- Add `get_layer_estimates()` to retrieve estimate info such as the number of features and the extent of the layer
@@ -14,4 +17,3 @@
1417
- adds cli as an explicit import (has been implicitly imported by httr2)
1518
- repository made public
1619
- add lifecycle badges to all exported functions <https://github.com/R-ArcGIS/arcgislayers/pull/101>
17-
- Use `arcgisutils::arc_token()` to get "ARCGIS_TOKEN" environment variable. This ensures that empty strings do not cause HTTP 498 "invalid token" error.

vignettes/articles/Authorization.Rmd

-142
This file was deleted.
-229 KB
Binary file not shown.
-72.7 KB
Binary file not shown.
-135 KB
Binary file not shown.
-32 KB
Binary file not shown.
-108 KB
Binary file not shown.

0 commit comments

Comments
 (0)