Search

Clear filter
Article
Evgeny Shvarov · May 9

Building the UI by Prompting vs InterSystems IRIS Backend: Lovable, Spec First and REST API

How to get the Open API (Swagger) spec vs IRIS backend?
Question
Scott Roth · Apr 11, 2024

Question about InterSystems API (IAM) install from tar file with IRIS running locally

Does the webserver pass "/api/iam" to the Web Gateway?
Question
Yone Moreno · Nov 24, 2023

Utilizing Intersystems HealthShare API Monitor Metrics in Kibana: Seeking Guidance on Retrieval, Processing, and Visualization

Retrieve Metrics from Intersystems HealthShare API: Use a tool or script to make requests to the Intersystems HealthShare REST API and obtain the list of metrics.
Question
Gautam Rishi · Jun 8, 2023

how can we track logs of our rest api that we create in web applications.

You can type the class name of your REST API to filter the results.
Announcement
Anastasia Dyubaylo · Oct 3, 2019

[October 15, 2019] Upcoming Webinar in Spanish: Developing and managing APIs with InterSystems IRIS Data Platform

We'll show how to manage our API, considering the management of tokens for API consumers, monitoring activities, how to establish controls to restrict API use for traffic and how to
Article
Kate Lau · Dec 29, 2024

Creating a REST client to get Tracks from Spotify REST API - Part1 Check out token

Like most of the development, let's start from Documentation of the API https://developer.spotify.com/documentation/web-api In order to get the data, i am required to request an access
Article
Sylvain Guilbaud · Apr 19, 2022

How to manage in a CI/CD pipeline an InterSystems API Manager (IAM aka Kong GATEWAY) configuration ?

Kong provides an open source configuration management tool (written in Go), called decK (which stands for declarative Kong) Check that decK recognizes your Kong Gateway installation
Question
Yuri Marx · Nov 2, 2018

How Can I get sentiment analysis from a source or entity from iKnow REST API?

Also, there is a post regarding iKnow REST API HTH The SwaggerDoc for the iKnow REST APIs is also available online.
Article
Kate Lau · Dec 31, 2024

Creating a REST client to get Tracks from Spotify REST API - Part4 Save the Search Result

Last Chapter: Creating a REST client to get Tracks from Spotify REST API - Part3 Get some data (e.g.
Article
Kate Lau · Dec 30, 2024

Creating a REST client to get Tracks from Spotify REST API - Part2 Save and Refresh Token

🤨🤔 Lets come back to the API document https://developer.spotify.com/documentation/web-api/tutorials/getting-started Base on my understanding, this piece of API
Question
Jack Rack · Oct 11

How can I create a hybrid REST and GraphQL API layer over IRIS data using ObjectScript?

**REST API**: - IRIS provides native support for REST APIs using ObjectScript and the `%CSP.REST` framework.
Question
Kunal Tiwari · Jul 10

Persistent Python DB-API Connection Issues (SSL Error) to IRIS CE Docker despite SSL disabled

Python Client: Using the intersystems_irispython package (version 5.1.2) as the DB-API driver.
Question
Stephen Wilson · Apr 19, 2018

Does a RESTful API in Caché remove the requirement to use a DLL and generate proxy classes for .NET web development?

It is all your task to organize yourself.For .NET end I found this link:https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client For Caché
Question
Yone Moreno · Nov 28, 2023

Converting API Monitor Metrics to JSON: Addressing Carriage Return and Line Feed Challenges in InterSystems IRIS Integration

We need to convert the Api Monitor Metrics which are a String with this format: iris_cache_efficiency 13449.122iris_cpu_pct{id="CSPDMN"} 0iris_cpu_pct{id="ECPWorker"} 0 [...]
Question
Gautam Rishi · Jun 3, 2023

IRIS on mac unable to run my rest api which I created using spec first approach

IRIS on mac unable to run my rest api which I created using spec first approach. I am getting a 403 forbidden account error.