Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] REST API #9

Open
tommens opened this issue Dec 29, 2024 · 0 comments
Open

[FEATURE] REST API #9

tommens opened this issue Dec 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tommens
Copy link
Collaborator

tommens commented Dec 29, 2024

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.

@tommens tommens added the enhancement New feature or request label Dec 29, 2024
@tommens tommens mentioned this issue Dec 29, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant