Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dont stringify values in item calls #496

Merged
merged 1 commit into from
Mar 28, 2019
Merged

Conversation

jgravois
Copy link
Contributor

this PR can be considered an amendment to #475.

there's no need for item methods to stringify parameters, request() handles this internally.

AFFECTS PACKAGES:
@esri/arcgis-rest-items

AFFECTS PACKAGES:
@esri/arcgis-rest-items

add tests

simpler

more
@codecov
Copy link

codecov bot commented Mar 27, 2019

Codecov Report

Merging #496 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #496   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          95     95           
  Lines        1214   1214           
  Branches      225    225           
=====================================
  Hits         1214   1214
Impacted Files Coverage Δ
packages/arcgis-rest-items/src/add.ts 100% <100%> (ø) ⬆️
packages/arcgis-rest-items/src/helpers.ts 100% <100%> (ø) ⬆️

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 34e6e4f...c0f48fc. Read the comment docs.

@jgravois jgravois merged commit 01a8a81 into master Mar 28, 2019
@jgravois jgravois deleted the fix/null-string branch March 28, 2019 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants