Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
353 stars 119 forks source link

Export withOptions and fix REST links #984

Closed patrickarlt closed 2 years ago

patrickarlt commented 2 years ago

This PR fixes a few lingering issues:

  1. Export withOptions from the @esri/arcgis-rest-request which was somehow missed.
  2. Fix links to the REST API pages which 404
codecov[bot] commented 2 years ago

Codecov Report

Merging #984 (8f6501d) into main (de7d13b) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #984   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          141       141           
  Lines         2630      2631    +1     
  Branches       478       478           
=========================================
+ Hits          2630      2631    +1     
Impacted Files Coverage Δ
...es/arcgis-rest-feature-service/src/queryRelated.ts 100.00% <ø> (ø)
...est-feature-service/src/updateServiceDefinition.ts 100.00% <ø> (ø)
packages/arcgis-rest-request/src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de7d13b...8f6501d. Read the comment docs.