Do we have place where we can view all DNG APIs
Jira has listed all its APIs in one place
Do we have any place like this to view all REST APIs in one place for DNG
3 answers
This may help - https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI
Comments
Thank you Daniel Moul for the link.
This link contains lot of information about all CLM Product API's. I have gone through DNG section and each URL inside that. No where they talked about POST and DELETE operation.
In that one of the website (https://jazz.net/wiki/bin/view/Main/DNGModuleAPI) they talked about only GET and PUT behaviors only. Again not having info about APIs list.
I dont see place where I can see all the GET, POST, PUT, DELETE etc. APIs available for DNG. They all are cluttered and its really hard to find. Sometimes we dont know if particular API really available or not.
Example: Earlier I worked on RQM APIs. I spent almost 3 days on LOCK APIs signature part. After lot of research we directly spoke to one of IBM team member and they said signature for LOCK API is not implemented yet. If I would have know this I would have not spent hours trying for it.
What I am trying to say is working with Jazz API is hard if we don't have available API upfront. So I am trying to see if there is anything exist like that :(
1 vote
I suggest looking in two places to get DNG API info:
1. https://jazz.net/wiki/bin/view/Main/DNGServerAPI - This has all the DOORS Next specific APIs that aren't part of OSLC.
2. http://docs.oasis-open.org/oslc-domains/oslc-rm/v2.1/oslc-rm-v2.1-part1-requirements-management-spec.html - This is the OSLC-RM spec.
OSLC can be hard to get started with. Using Eclipse Lyo is one way to make it a bit easier. You can find reference to Eclipse Lyo in https://jazz.net/wiki/bin/view/Deployment/CLMProductAPILanding
1 vote
Thank you Daniel Moul, this helps!!
https://archive.open-services.net/bin/view/Main/RmSpecificationV2
Is this page useful?
I refer to this Wiki and comments from Daniel from OSLC.
Comments
Yeah they are useful to some extent. Those links are mostly helped me to gain knowledge on OSLC API specifications than the OSLC DNG APIs
I found below few more resources to be more helpful:
1) Youtube video which helps me to know more about how to use DNG APIs
2) This blog guided me on how to authenticate DNG APIs
Great !! Youtube movie!
I don't understand English at all, but I felt that the video was very good.
I also use the Firefox add-on (RestClient) to verify the operation of the API.