You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm trying to create a web app that apply my educational , an i want to implement a spade environment in order to execute some complex process using a few agents and connect with Redis. I want to send myAgent from a request GET(POST, UPDATE or DELETE) from API, after it is resolved,, the agent will return the result. For example: post the link /api/sum with list by json like:
{
"value": [ 1, 2, 3]
}
And myAgent will calcule, and return a result json like:
{
"result": 6
}
Is there any solves or recommendations to this? How to create this API and how to connect system with Redis?
The text was updated successfully, but these errors were encountered:
giacat-tran0198
changed the title
[API] how to create REST API
[API] how to create REST API and connect Redis
Jul 9, 2021
Hello.
I'm trying to create a web app that apply my educational , an i want to implement a spade environment in order to execute some complex process using a few agents and connect with Redis. I want to send myAgent from a request GET(POST, UPDATE or DELETE) from API, after it is resolved,, the agent will return the result. For example: post the link /api/sum with list by json like:
And myAgent will calcule, and return a result json like:
Is there any solves or recommendations to this? How to create this API and how to connect system with Redis?
The text was updated successfully, but these errors were encountered: