teragrep / cfe_41

Integration Command-line
GNU Affero General Public License v3.0
0 stars 0 forks source link

Request and Response #1

Open Nefarious46 opened 1 month ago

Nefarious46 commented 1 month ago

Description Requesting data from Master Data Management System requires classes for handling requests and responses that handle input and output.

Nefarious46 commented 1 month ago

Current implementation utilizes httpClient for requests and JSONObject from response. This is due to CFE-18 returning HttpResponse body in JSON format.

Nefarious46 commented 1 month ago

Implementation takes advantage of jakarta now instead of temporary org.json implementation. This should be fine now as the objects simply request and respond with the response received from CFE-18. This issue overlaps with generate creation issue due to having issues with parsing JsonObjects that are received from CFE-18.