Search

Clear filter
Question
Muhammad Awan · Apr 18, 2019

How to add Access token (JWT) on Client Web Server Side instead of Browser's local storage

, not sure if there is any better way that I need to explore. A WEB Server-side session that maintains sensitive data User IDs, Session IDs,,JWTs, API keys, etc. Store
Question
Abraham Wasswa · May 1, 2022

Help to Accessing Foreign key property using JSON Object

, "Title":"LEARNING CAHE REST API"} I want it to store the following in the database ID - > autoincrement - this I know how to do it.Title -> I want to store the ID where
Announcement
Jessica Simmons · Nov 1, 2022

InterSystems HealthShare Architect (Remote Opportunity

and solution designs Lead development teams in building solutions as an architect and automating processes Developing and implementing APIs and Web Services (REST, SOAP
Question
Frank Langel · Mar 15, 2020

Able to create expression in Globals

] distributed across multiple sharded instances 2. I know that i can set assign computed SQL expressions to class variables using Objectscript 3. Is there a possibility in Globals API
Announcement
Olga Zavrazhnova · Sep 20, 2022

First Community Roundtable: VSCode vs Studio

versions (as you need Atelier api). But I'm looking forward to be able to move over to VSCode when all features are supported there. You can use the Serenji extension which
Article
Dmitry Maslennikov · Jun 5, 2021

Google Data Studio Connector to FHIRaaS

own connector to your data. FHIRaaS provides a REST API, and it's available from the internet. So I've decided to try to create some basic report on data stored
Question
John Murray · Jun 11, 2023

Can a ZPM / IPM package be required to install in %SYS only

= objectgenerator ]{Set $ZTrap="Error"New $NamespaceWrite !,"Creating XXX API",!Set URL="/xxx"Set $Namespace="%SYS"If ##class(Security.Applications).Exists(URL) {Return $$$OK}Set
Question
Neil Thaiss · Jan 18, 2021

JSON Web Token Authorisation and Bearer Tokens

Hi, I am very much a newbe on the subject of JWT, so please except my ignorance. The Trust I am currently working for wish to create a framework whereby they can create REST API
Question
Cache Cache · Apr 22, 2021

Cache code conversion tool

endpoint which can serve data thru rest apis. You can write rest (json ) api in the cache which will feed the data to calls made from React framework. I've manually converted some
Article
Fabian Haupt · Sep 2, 2016

Advanced URL mapping for REST

By now it's a commonplace how to implement a basic REST API in Caché and there is good documentation about it here: [REST in Caché](http://docs.intersystems.com/latest/csp/docbook
Article
Seisuke Nakahashi · Apr 27, 2023

How to call Variable-length arguments Python methods from ObjectScript / sample routine calling ChatGPT

={} set req.a1=10 set req.a2=20 write a.test2(req...) ;; 30 Do you like playing ChatGPT? With this way, you can call ChatGPT APIs not only from Language=python method
Question
Nezla · May 28, 2022

Write JSON file in HTTPREQUEST

Httprequest.SSLConfiguration="RTLS"Set Httprequest.Server="vibra-api-dev.azurewebsites.net"Set Httprequest.Timeout=30Set Httprequest.Https=1set Httprequest.ContentType="application
Announcement
Anastasia Dyubaylo · May 4, 2021

InterSystems FHIR Accelerator Programming Contest

the U.S. Core Implementation Guide Developer portal for testing and understanding FHIR APIs Multiple methods of authentication, including API Key and OpenID Connect Batch import
Question
Yone Moreno · Mar 5, 2020

Sending HTTP requests to store special characters

We would like to be able to store accented characters into an API. Currently our Rest Operation is the following: Class
Article
Eduard Lebedyuk · May 21, 2018

Adding your own provider to MFT

itemInfo } MFT interface MFT provider consists of two parts. To create your own provider you need to implement them. Technical API (connection) Connection is responsible