apollo-link-rest
apollo-link-rest copied to clipboard
closes #167
@robbywashere: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/
Codecov Report
Merging #168 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #168 +/- ##
=======================================
Coverage 92.65% 92.65%
=======================================
Files 2 2
Lines 395 395
Branches 117 117
=======================================
Hits 366 366
Misses 27 27
Partials 2 2
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/restLink.ts | 92.44% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 461b4a3...c48dbc4. Read the comment docs.
This allows for another key value named constants on the context object which then may be used in the rest query path as context.constants.<key>
Any updates to this? In terms of documentation, would this simply require updating the example from context.language to context.constants.language?