Asynchronous REST API

Brice
Brice Registered Posts: 1 ✭✭✭

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

Best Answer

  • HarizoR
    HarizoR Dataiker, Alpha Tester, Registered Posts: 138 Dataiker
    Answer ✓

    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

Setup Info
    Tags
      Help me…