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
Describe the new functionality you would like to see
In order to decouple the functionality of the calculator from its user interface (which could be a command-line interface or a graphical user interface) or anything else, it would be useful to offer a simple REST API that allows external clients to access the functionality of the calculator.
Is your feature request related to a specific need or problem?
On the basis of this API, one could for example provide a JavaScript client GUI that communicates with the application to realise its functionality.
Additional context
Many tools, services and frameworks exist to create REST APIs for Java applications.
The text was updated successfully, but these errors were encountered:
Describe the new functionality you would like to see
In order to decouple the functionality of the calculator from its user interface (which could be a command-line interface or a graphical user interface) or anything else, it would be useful to offer a simple REST API that allows external clients to access the functionality of the calculator.
Is your feature request related to a specific need or problem?
On the basis of this API, one could for example provide a JavaScript client GUI that communicates with the application to realise its functionality.
Additional context
Many tools, services and frameworks exist to create REST APIs for Java applications.
The text was updated successfully, but these errors were encountered: