apollo-link-rest icon indicating copy to clipboard operation
apollo-link-rest copied to clipboard

closes #167

Open robbywashere-zz opened this issue 7 years ago • 4 comments
trafficstars

robbywashere-zz avatar Oct 27 '18 22:10 robbywashere-zz

@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/

apollo-cla avatar Oct 27 '18 22:10 apollo-cla

Codecov Report

Merging #168 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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 data Powered by Codecov. Last update 461b4a3...c48dbc4. Read the comment docs.

codecov-io avatar Oct 27 '18 22:10 codecov-io

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>

robbywashere-zz avatar Oct 27 '18 22:10 robbywashere-zz

Any updates to this? In terms of documentation, would this simply require updating the example from context.language to context.constants.language?

dlferro avatar Dec 01 '20 17:12 dlferro