InterSystemsDev via @like
How to pass #JSON body as part of a #HTTP Status 404 Response message #HowTo #CachéObjects #RESTAPI #WebDevelopment #ErrorHandling
http://ow.ly/5VN730mqVSM
http://ow.ly/5VN730mqVSM
InterSystems Developer Community
How to pass JSON body as part of a HTTP Status 404 Response message
404 Not Found
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
{
"error": {
"errors": [
{
"domain": "global",
"reason": "notFound",
"message": "Not Found"
}
],
"code": 404,
"message": "Not Found"
}
}
I want to do
InterSystemsDev via @like
How to make an #HTTP adapter wait a certain number of seconds? #HowTo #CachéObjects #Ensemble
http://ow.ly/vedV30mwVd5
http://ow.ly/vedV30mwVd5
InterSystems Developer Community
Is their a way to make an http adapter wait a certain number of seconds?
I have an http adapter that calls out to a web service and is looking for a "Completed" response. I want the adapter to wait a certain number of seconds before calling out again to get a response
InterSystemsDev via @like
Uploading and downloading files via http #WebDevelopment #RESTAPI #RESTServices #HTTP
http://ow.ly/eief30mKTGE
http://ow.ly/eief30mKTGE
InterSystems Developer Community
Uploading and downloading files via http
In this article, I would show how you can upload and download files from InterSystems products via http.The questions about working with files over http arise fairly often on community and I'm usually
InterSystemsDev via @like
Worth reading article about the new #OpenExchange App: Creating a OData API Adapter for InterSystems IRIS >> http://ow.ly/np9x50weSJk
#InterSystems #InterSystemsIRIS #API #HTTP #JSON
#InterSystems #InterSystemsIRIS #API #HTTP #JSON
InterSystems Developer Community
Creating a OData API Adapter for InterSystems IRIS
In this article, we will explore the development of an IRIS client for consuming RESTful API services that have been developed to the OData API standard.We will be exploring a number of built-in IRIS
InterSystemsDev via @like
👉🏼 If you are a beginner with #InterSystemsIRIS and #NodeJS, this is the best place to start learning: IRIS-NodeJS-101 on #OpenExchange >> http://ow.ly/aTjC50wEHwM
#InterSystems #JavaScript #API #REST #HTTP #JSON
#InterSystems #JavaScript #API #REST #HTTP #JSON
InterSystemsDev via @like
Forgery is a server-side utility that allows executing simulated #HTTP request by forging calls to #REST applications. #InterSystems #OpenExchange #InterSystemsIRIS #CSP #API
Give it a try: http://ow.ly/1fKS50wFDNz
Give it a try: http://ow.ly/1fKS50wFDNz