Search

Clear filter
Announcement
Anastasia Dyubaylo · Oct 26, 2020

InterSystems Interoperability Contest

. Swagger BO - Swagger is a leading REST API specification format. Automatically generate Business Operation from swagger specification BS for binary protocols - similar
Article
Joel Solon · May 23, 2023

Embedded Python, Pass-by-Reference, and Classic Rock & Roll

. Read all about that here! May find related API wrapper on community useful: Returning [ named ] output arguments as a result tuple. Can also return value of %objlasterror https
Question
max simpson · Mar 21, 2021

How to cache REST Responses in IRIS

, serviceVersion As %String, methodName As %String) As %Status { #dim status As %Status = $$$OK // act as an Oauth resource server and validate the JWT token in the API call
Announcement
Evgenia Kurbanova · Mar 8, 2021

Meet the Global Masters Winners for February

years, 4 years with InterSystems technology. Key areas of expertise: InterSystems IRIS, Software Architecture, SOA, BPM, Java, REST API, Frontend and Backend development and Data
Announcement
Stefan Wittmann · Aug 25, 2016

JSON changes in Caché 2016.2

objects is a critical piece to the JSON capabilities. Because of this, we want to make sure the API fits our customer needs and we will be reworking the $compose method to make
Article
Clark Matthews · Nov 3, 2016

Resolving Caché Printer Problems in Windows

be directed at the author of the driver, I do not have sources for the many printer drivers out there.Clark I found something called GDI Print API at Microsoft that discusses in detail the GDI printer interface. This is what we use to send RAW/TEXT data to the printer.
Article
Suriya Narayanan Suriya Narayanan Vadivel Murugan · Nov 12, 2016

Ensemble Orphaned Messages

instance (The SendRequestSync/SendRequestAsync API will save it before putting the message into target config queue). This way the message body object will not be persisted unless
Question
Tom M · Sep 5, 2017

Create Patient via FHIR

and have done. Reading has an ID in the path (GET request) and creating does not (POST request). Standard RESTful API stuff more or less. Strange. No, that's just our messed up
Article
Eduard Lebedyuk · Dec 7, 2017

Asynchronous REST

within REST despite the fact that session exists between requests. Here's how I understand violation of REST statelessness: let's say you have a newsfeed API /news and you return news
Question
Aaron Bentley · Oct 23, 2018

Creating complex JSON objects and accessing elements within

of RESTForms, I'd recommend that. The advantage is that it offers not only JSON<->object transformation, but a complete CRUD REST API for your data.Calling @Stefan.Cronje3031 I
Question
Nezla · May 16, 2022

Send HTTP request and get a response

req.Username = "foo" set req.Password = "bar" // For other modes, e.g.: do req.SetHeader("Authorization","Bearer abcd") set sc = req.Get("https://api-v3.mbta.com/routes") // TODO: check
Announcement
Benjamin De Boe · Jun 14, 2021

InterSystems IRIS, InterSystems IRIS for Health & HealthShare Health Connect 2021.1 are now Generally Available

environments, and now also supports deploying InterSystems System Alerting & Monitoring (SAM). InterSystems API Manager v2.3, including an improved user experience, Kafka support
Article
Timur Safin · Jul 18, 2016

Remote proxy objects via dynamic dispatch

dispatch methods usage in the CACHELIB, and it is called %ZEN.proxyObject, historically it allowed to operate dynamic properties, even at the times when there was no DocumentDB API
Question
GUILHERME CRUZ DA CUNHA · Nov 9, 2017

Load stream file into a form with submit without reloading the page

not support File API, so this demo will not work correctly')); fileQueue = new Array(); uploadFile = function (file, i) { var xhr = new XMLHttpRequest(), upload
Question
Anthony Harrison · Jul 29, 2020

Generating JSON & how to encapsulate a digit as a string

Hi, How do I generate JSON strings instead of integers, as follows: { "MyProperty":"1"} all we seem to be able to generate is { "MyProperty":1} Its for an api that requires