Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.2 KB

Static Badge GitHub repo size GitHub Release License: CC BY-NC 4.0

Cloud-Services

Examples of Java Desktop application connecting to cloud services using their HTTP-based API including AccuWeather, OpenAI, and Bing Maps APIs.

Run

Run it as:

java -jar javiergs.Main

User Interface

A text area for the chatbot output, a text field for the user input, and a button to send the request.

Blueprint

A drafted class diagram of the current release is as follows:

Bonus

I have added an example for using Github API to upload a file to a repository. See the package here