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
Proposed solution:
The webApi should offer lib functionality through wrappers in api.js. Develop a shim that is to be the example of how to develop a shim for this lib.
This will allow developers to create custom client applications and complex tasks without having to interact directly with the library or even use nodejs as their implementation language. Simply connect to the API and execute commands by passing in the quasArgs via post.
What's happening:
The API currently only has one function: complete build from file.
What I expect to happen:
We should allow the option for quasar functions to be executed outside of the loaded tasks.
The text was updated successfully, but these errors were encountered:
Consider writing a companion quasarClient.js shim library for the web that wraps calls in the required posts to the API and whatever else, for example logging could be done to the browser console as well as the serverside log. In the end, since this is also a javascript library, I would expect that tasks created using this client shim would have code that looks exactly like the serverside tasks.
Example business logic pulled from the page sample task:
And now that I'm taking a look at it I'm not seeing a reason why the task sample files wouldn't work as is in the browser by simply using the quasarClient.js shim.
Proposed solution:
The webApi should offer lib functionality through wrappers in api.js. Develop a shim that is to be the example of how to develop a shim for this lib.
This will allow developers to create custom client applications and complex tasks without having to interact directly with the library or even use nodejs as their implementation language. Simply connect to the API and execute commands by passing in the quasArgs via post.
What's happening:
The API currently only has one function: complete build from file.
What I expect to happen:
We should allow the option for quasar functions to be executed outside of the loaded tasks.
The text was updated successfully, but these errors were encountered: