-
Notifications
You must be signed in to change notification settings - Fork 9
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
docs(broker): Describe what Broker does and how to interact with it #571
Conversation
|
||
* Broker Microservice config | ||
* Derived Broker Microservice config e.g. `bookingApiBaseUrl` is parsed from the [Dataset Site JSON](https://openactive.io/dataset-api-discovery/EditorsDraft/#embedded-json) that was loaded from the Dataset Site defined by the [`datasetSiteUrl` configuration property](#datasetsiteurl). | ||
* Config from the `OpenActiveTestAuthKeyManager` that Broker Microservice sets up. See [openactive-openid-test-client](../openactive-openid-test-client/) for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few references to docs that do not yet exist in openactive-openid-test-client. The plan is to resolve them in this issue (as has been put into the description): https://github.com/orgs/openactive/projects/17/views/8?pane=issue&itemId=37982448
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with some suggestions
packages/openactive-broker-microservice/src/util/opportunity-id-cache.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Nick Evans <[email protected]>
Co-authored-by: Nick Evans <[email protected]>
Co-authored-by: Nick Evans <[email protected]>
…tive/openactive-test-suite into feature/broker-functionality-docs
Co-authored-by: Nick Evans <[email protected]>
…tive/openactive-test-suite into feature/broker-functionality-docs
Co-authored-by: Nick Evans <[email protected]>
Co-authored-by: Nick Evans <[email protected]>
Closes #570