Credit for #86
This commit is contained in:
parent
8f52954ec9
commit
5c59becf6f
|
@ -288,6 +288,12 @@
|
||||||
Add convenience methods to TokenOrListParam to test whether any of a set of tokens match
|
Add convenience methods to TokenOrListParam to test whether any of a set of tokens match
|
||||||
the given requested list.
|
the given requested list.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add" issue="86" dev="harsha89">
|
||||||
|
Add a protected method to RestfulServer which allows developers to
|
||||||
|
implement their own method for determining which part of the request
|
||||||
|
URL is the FHIR request path (useful if you are embedding the RestulServer inside
|
||||||
|
of another web framework). Thanks to Harsha Kumara for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.7" date="2014-Oct-23">
|
<release version="0.7" date="2014-Oct-23">
|
||||||
<action type="add" issue="30">
|
<action type="add" issue="30">
|
||||||
|
|
Loading…
Reference in New Issue