-
Notifications
You must be signed in to change notification settings - Fork 40
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
RSC11: Environment option #160
Comments
This is covered by http://docs.ably.io/client-lib-development-guide/features/#RSC11 |
@mattheworiordan From http://docs.ably.io/client-lib-development-guide/features/#RSC11, environment option prepends the environment to the full domain only for REST endpoint. For Realtime, this is covered by http://docs.ably.io/client-lib-development-guide/features/#RTC1e. So, should I implement |
@VOstopolets I believe you have done this? Should I close? |
@mattheworiordan I have created PR for this task #162 (covered by |
Given there is a PR that will be merged soon I am going to close this, thanks @VOstopolets |
Please can we add an environment option to the Java lib which simply prepends the environment to the full domain for rest & realtime i.e.
clientOptions.environment = 'foo'
would result in it connecting tofoo-rest.ably.io
andfoo-realtime.ably.io
respectively for REST and Realtime endpoints.See iOS and Javascript libraries for comparable implementations.
The text was updated successfully, but these errors were encountered: