User bio
More information about me at https://community.intersystems.com/post/celebrating-pioneer-voice-developer-community
London, UK
Member since Dec 15, 2015
Posts:
Replies:
Are you using http or https?
You might find VS Code Profiles useful.
Open Exchange applications:
Certifications & Credly badges:
John has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
You may be able to avoid having to install anything on the server by using the /action/query endpoint of the /api/atelier API to run a SQL query such as this:
SELECT p.Name AS Project, p.Description, pi.Name AS Component, pi.Type FROM %Studio.Project AS p, %Studio.ProjectItem AS pi WHERE p.Name = pi.Project ORDER BY Project, Component