Build a windows application that connects to API
Budget: $250 – $750 USD
I would like a standalone windows application (exe file as deliverable).
The program should connect to an API.
Parse the JSON response and display the first 50 rows in a data table.
Have the option to download the full results as a CSV or XLS file.
Screen 1:
Input form to put API location.
Input form for API key
Text area for JSON code to post to the API
Connect button
Screen 2:
Results of first 50 rows in a table.
Button to download full results as a CSV or Excel file
If the results are over a few calls this should be appended together, with a progress bar showing on a seperate screen
Button to upload results to SQL server database (screen 3)
Screen 3: (second part of project to be done after the first - seperate milestone)
Input to specify location of SQL server, username and password (can be localhost or remote)
Database and Table name to upload to.
Screen 4: (seperate milestone)
Ability to multithread through multiple calls to get full dataset. Show progress of upload on seperate screen.
The program should connect to an API.
Parse the JSON response and display the first 50 rows in a data table.
Have the option to download the full results as a CSV or XLS file.
Screen 1:
Input form to put API location.
Input form for API key
Text area for JSON code to post to the API
Connect button
Screen 2:
Results of first 50 rows in a table.
Button to download full results as a CSV or Excel file
If the results are over a few calls this should be appended together, with a progress bar showing on a seperate screen
Button to upload results to SQL server database (screen 3)
Screen 3: (second part of project to be done after the first - seperate milestone)
Input to specify location of SQL server, username and password (can be localhost or remote)
Database and Table name to upload to.
Screen 4: (seperate milestone)
Ability to multithread through multiple calls to get full dataset. Show progress of upload on seperate screen.