Lessons learned from Timestamp microservice project

To complete this project, knowledge of GET, JSON and Date object is necessary. PART 1 Background GET This method requests a representation of specific source. It will only retrieve data. The query string (name/value pairs) is sent in the URL. GET /genapp/customers?name=Joe%20Bloggs/ JSON (JS object notation) As the name suggests, it is in the form … Continue reading Lessons learned from Timestamp microservice project