Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Customizable discovery url #69

Merged
merged 3 commits into from
Jun 9, 2017
Merged

Customizable discovery url #69

merged 3 commits into from
Jun 9, 2017

Conversation

ProbablePrime
Copy link
Contributor

This is a new version of: #46

Which allows developers to specify a custom discovery url.

@@ -15,7 +13,7 @@ export class EndpointDiscovery {
* other servers in the list should a connection attempt to the first
* fail.
*/
public retrieveEndpoints(): Promise<IInteractiveEndpoint[]> {
public retrieveEndpoints(endpoint: string = 'https://beam.pro/api/v1/interactive/hosts'): Promise<IInteractiveEndpoint[]> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to mixer while we are here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did i really not do that :O

@ProbablePrime ProbablePrime merged commit 31ca60b into master Jun 9, 2017
@ProbablePrime ProbablePrime deleted the feature/discovery-url branch June 9, 2017 14:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants