https://github.com/farshidnooshi/rest-client
REST Client is a method or a tool to invoke a REST service API that is exposed for communication by any system or service provider. For example: if an API is exposed to get real time traffic information about a route from Google, the software/tool that invokes the Google traffic API is called the REST client
https://github.com/farshidnooshi/rest-client
http-client java rest-api
Last synced: about 1 year ago
JSON representation
REST Client is a method or a tool to invoke a REST service API that is exposed for communication by any system or service provider. For example: if an API is exposed to get real time traffic information about a route from Google, the software/tool that invokes the Google traffic API is called the REST client
- Host: GitHub
- URL: https://github.com/farshidnooshi/rest-client
- Owner: FarshidNooshi
- Created: 2020-07-06T15:27:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T14:55:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T21:11:25.594Z (over 1 year ago)
- Topics: http-client, java, rest-api
- Language: Java
- Homepage:
- Size: 56.2 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest Client
REST Client is a method or a tool to invoke a REST service API that is exposed for communication by any system or service provider. For example: if an API is exposed to get real time traffic information about a route from Google, the software/tool that invokes the Google traffic API is called the REST client
Like Insomnia & Postman.
# Phases
In the first phase, I designed the graphical user interface (GUI)
In the second phase, I designed the console interface (CurlHttp) In the last phase, I connected the second phase to the first phase (HttpRequest)