How to fetch local/global configuration URI?
One answer
Hi Andrew,
If you are in the GCM application, there is an icon in the GCM toolbar for copying the URI of the currently selected configuration onto your clipboard.
If you're looking for how to use OSLC query to query for configurations, the answer is mixed. Some of the details depend on which application owns the configuration. The overall steps are similar:
- GET the application's rootservices to discover the appropriate OSLC Service Provider Catalog (SPC). Note that some applications publish multipleSPCs.
- GET the SPC to discover service providers. In some cases there will be one per project area and you will have to GET each service provider to determine which one you want to use.
- From the service provider, discover an OSLC query capability for configurations.
-
Consume the query capability to execute queries.
Could you be more specific about what you're trying to do.
Best regards
David
David