Asynchronous REST API

Solved!
Brice
Level 1
Asynchronous REST API

Hello,

I already worked with the Dataiku REST API with a synchrone mode. Is it possible to use the Dataiku REST API with an asynchronous mode ?

Thanks for helping,

Brice

0 Kudos
1 Solution
HarizoR
Developer Advocate

Hi Brice,

Making an asynchronous call to a API service endpoint is normally handled on the client side, it is not something that depends on the API you are querying.

To be more precise, if you are currently building an external application that needs to call a deployed DSS API service, in order for that application to issue "non-blocking" API requests, you will need to implement a specific logic independent of DSS in its code. 

Best,

Harizo

View solution in original post

0 Kudos
1 Reply
HarizoR
Developer Advocate

Hi Brice,

Making an asynchronous call to a API service endpoint is normally handled on the client side, it is not something that depends on the API you are querying.

To be more precise, if you are currently building an external application that needs to call a deployed DSS API service, in order for that application to issue "non-blocking" API requests, you will need to implement a specific logic independent of DSS in its code. 

Best,

Harizo

0 Kudos