lundi 24 septembre 2018

How to get the request and response information and send them as a post request in Jersey?

For example, when a user calls GET /API1/employee to get all the information about the employees in the database. I want to create a class and implement serval methods to get the request and response information like userid, timestamp when the api is called. And then send the JSON data to another api as a post request? Any reference or example about it?

Aucun commentaire:

Enregistrer un commentaire