It's all about the answers!

Ask a question

DNG - Client Extension javascript files


David Akehurst (912) | asked Oct 23, 6:49 a.m.

Hi,
where can we get hold of the JS files for the Client extension?

I found on a different post in this forum that the TypeScript interface can be downloaded from a running server,
(https://example.com:port/rm/web/com/ibm/rdm/web/extensions/api/interface/RM_API.d.ts)

And I can read all the docs about the API here,
https://jazz.net/wiki/bin/view/Main/RMExtensionsMain

But I can find no where to download the actual JS files for the API.

One answer



permanent link
Davyd Norris (2.9k217) | answered Oct 23, 6:34 p.m.
There are no JS files for the API - the API gets loaded via the widget initialisation code.

The Client extensions are used to write event driven extensions for the UI itself and only run inside the active DNG client browser window - you don't use them to write a stand alone client. For that you would need to use the other APIs such as the Reportable REST, OSLC or Module API, which are all language agnostic.

Have a look at the examples that can be downloaded from the link in your post. They'll make it clearer exactly what the Client API is

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.