Giter Site home page Giter Site logo

Comments (4)

tpmccallum avatar tpmccallum commented on May 24, 2024

This will be useful when executing a single function as per this endpoint /api/run/:wasm_id/:function_name

from wasm-joey.

juntao avatar juntao commented on May 24, 2024

We should also support callback_url_headers. It is a JSON array of http headers. That is needed because the callback could require header-based authentication. Example:

https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html#-Authentication

from wasm-joey.

juntao avatar juntao commented on May 24, 2024

Per our discussion on slack, we should NOT add this header. Instead, Joey should support a callback JSON element in the function return value (only applies when the function returns a string).

If this callback element is present, Joey will remove it from the result, and then send the result to the callback as the http request body. The callback element structure is as follows.

'callback': {
  'url': 'http://next.com/next',
  'method': 'POST',
  'headers': [
    'name1': 'value1',
    'name2': 'value2'
  ]
}

from wasm-joey.

tpmccallum avatar tpmccallum commented on May 24, 2024

Callback is now implemented.
Documentation is located at the following URL
https://web.postman.co/collections/4967217-84b93d68-2073-4f51-bde3-68f19de57c62?version=latest&workspace=6683d8e5-f543-4751-8871-aeceebf90811#2b37d947-1b86-4d51-b836-40359e8b92a4

from wasm-joey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.