How to add a new REST API Mapping to an existing REST service
Now, type in the following URI in your Web browser: http://localhost:8088/customers?from=7You will retrieve all of the customers from 7 onwards. Here, there are only 10 customers in our database, so, our getCustomers REST API Mapping helps us retrieve customers from 7 to 10.
106
|