Afsal Thaj
Afsal Thaj
``` curl -X GET http://localhost:9006/v5/tweets/afsal -H "Accept: application/json" ``` This returns nothing as I used a path that doesn't exist, and the error in logs is ```scala golem-worker-service-1 | 2024-09-03T07:12:40.484875Z...
For those functions in worker service trait, that takes function name as a string, multiple times parsing is done. It is not clear as to why this occurred and probably...
Based on the feedback from @jdegoes , there exists a confusion in exposing the support of both open-api and worker-bridge's own format of API definition to the users. Creating the...
Currently we have only greater than (or equal to), less than (or equal), equal to etc. We need `+`, `-` , `/` Also, many times, I miss functions such as...
Worker-bridge process should run in different ports, when there is port component in the host of the Open API spec. This implies, we already disambiguated the API definitions in different...