Skip to content

Commit

Permalink
Merge pull request #17 from R-ArcGIS/httr
Browse files Browse the repository at this point in the history
Set minimum version of httr2 to >= 1.0.0
  • Loading branch information
JosiahParry authored Feb 7, 2024
2 parents b059167 + d1b8827 commit c6f225a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Description: Developer oriented utility functions designed to be used as
Services. It provides functionality for authorization, Esri JSON
construction and parsing, as well as other utilities pertaining to
geometry and Esri type conversions. To support 'ArcGIS Pro' users,
authorization can be done via 'arcgisbinding'. Installation instructions
for 'arcgisbinding' can be found at
authorization can be done via 'arcgisbinding'. Installation
instructions for 'arcgisbinding' can be found at
<https://r.esri.com/r-bridge-site/arcgisbinding/installing-arcgisbinding.html>.
License: Apache License (>= 2)
URL: https://github.com/R-ArcGIS/arcgisutils,
https://r.esri.com/arcgisutils/
BugReports: https://github.com/R-ArcGIS/arcgisutils/issues
Imports:
dbplyr,
httr2,
httr2 >= 1.0.0,
jsonify,
Rcpp,
RcppSimdJson,
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# arcgisutils (development version)

- httr2 must be >= 1.0.0 now
* New function `arc_agent()` is added to set a package sepcific user agent
* `fetch_layer_metadata()` now puts `f=json` in the url instead of the request body
- accepts `NULL` tokens
Expand Down

0 comments on commit c6f225a

Please sign in to comment.