go to post Adam Coppola · May 3 According to IRIS docs, "to include custom header parameters [in a JOSE array], ... first define them as key/value pairs in a dynamic object... [then] add it to a node of the JOSE array using the custom subscript."https://docs.intersystems.com/iris20231/csp/docbook/DocBook.UI.Page.cls?...
go to post Adam Coppola · Jan 12 I forwarded your request to onlinetraining@intersystems.com, which deals with the learning site and learning labs. And I cc'd the email address in your profile.
go to post Adam Coppola · Dec 1, 2021 Here's the correct link for the server-side applications learning path: https://learning.intersystems.com/course/view.php?name=IRIS%20Server%20Side And I also recommend this course on RESTful services: https://learning.intersystems.com/course/view.php?name=REST%20Services
go to post Adam Coppola · Feb 3, 2021 Sergei's picture shows a menu located in the InterSystems View. The ISC logo for that view appears on the left of VS Code once you have a ObjectScript connection. You can configure Export settings, to an extent, as {objectscript.export: {}} in workspace or user settings. See the README on the repository: https://github.com/intersystems-community/vscode-objectscript And a few more learning materials: https://learning.intersystems.com/course/view.php?name=VSCodeRG
go to post Adam Coppola · May 27, 2020 Bukhtiar, I have forwarded your question to OnlineTraining@InterSystems.com. You can expect a response shortly to the email address on file for your Learning account. OnlineTraining@InterSystems.com is the fastest way to get answers about enrollments or anything related to Learning.InterSystems.com
go to post Adam Coppola · May 19, 2020 You are getting an"invalid JSON" error because the JSON you're POSTing is itself the OpenAPI 2.0 JSON Schema File. It defines how the standard works in JSON. Instead, you'll need to post an OpenAPI document, abiding by those standards, defining your RESTful service.More info here: https://swagger.io/specification/