This PR updates the postman collection's copy, e.g., replacing TEFCA Query Connector with DIBBs Query Connector or just Query Connector and updates the base_url to be dibbs.cloud/query-connector.
Related Issue
Fixes #116
Additional Information
If you're trying to test the collection, the queries via eHealth (except the JMC one) will fail as long as you use the base_url. If you spin the the service locally and hit the localhost endpoint instead of base_url, the eHealth queries will work. We haven't yet pushed the urlencoding work to dibbs.cloud, which is why the requests fail when hitting that endpoint.
Checklist
[ ] Descriptive Pull Request title
[ ] Link to relevant issues
[ ] Provide necessary context for design reviewers
PULL REQUEST
Summary
This PR updates the postman collection's copy, e.g., replacing TEFCA Query Connector with DIBBs Query Connector or just Query Connector and updates the
base_url
to be dibbs.cloud/query-connector.Related Issue
Fixes #116
Additional Information
If you're trying to test the collection, the queries via eHealth (except the JMC one) will fail as long as you use the
base_url
. If you spin the the service locally and hit thelocalhost
endpoint instead ofbase_url
, the eHealth queries will work. We haven't yet pushed the urlencoding work todibbs.cloud
, which is why the requests fail when hitting that endpoint.Checklist