Skip to content
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

Wrong Api documentation #29

Open
kushalagrawal opened this issue Jun 27, 2017 · 2 comments
Open

Wrong Api documentation #29

kushalagrawal opened this issue Jun 27, 2017 · 2 comments

Comments

@kushalagrawal
Copy link

Hi,

In the below link there is a section where is provides a way to update service endpoint but it seems to be wrong as there is no such method available.
http://www.openstack4j.com/learn/identity/identity-v3/#services-and-endpoints

Wrong peice of code.

Service service = os.identity().services().get("serviceId");

I verified it in Latest openstack4J code as well thinking I might have old code,

https://github.com/ContainX/openstack4j/blob/master/core/src/main/java/org/openstack4j/api/identity/v3/IdentityService.java

PS: I am using OS4J version 3.0.3

@auhlig
Copy link
Member

auhlig commented Jun 27, 2017

Ah. It should be serviceEndpoints() instead of services(). My fault. Will correct.

@kushalagrawal
Copy link
Author

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants