Hello,
How can I make it possible that I can work with npm packages like in file ?
For example:
"acs/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/acs/file/file/",
"content/file/files": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/content/file/files/",
"distributions/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/distributions/file/file/",
"publications/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/publications/file/file/",
"remotes/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/remotes/file/file/",
"repositories/file/file": "http://pulp-testing.rnd.ims.co.at/pulp/api/v3/repositories/file/file/"
I have all this API’s available for file, is npm under development or is there any workaround that can be done?
Thank you