Skip to content

📓Examples of Java Desktop application connecting to cloud services using their HTTP-based API

Notifications You must be signed in to change notification settings

CSC3100/Cloud-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

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