Could someone please guide me, how to pass a request to a third-party API along with the parameters.
Either they provide us with a package?
Currently i registered with a third party API and they give me the login credentials but since its a start-up company they didnt provide me with any documentation.
Please help me out
Never try to be a hard-worker. Be a smart-worker.
My Blog
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
posted
0
Rajkumar balakrishnan wrote: Could someone please guide me, how to pass a request to a third-party API along with the parameters.
Are you talking about an HTTP request? If so, you can use HttpURLConnection (sample code) or Apache Commons HttpClient!