December 2018
Beginner to intermediate
668 pages
15h 30m
English
Start the web service.
In Chrome, in the address bar, enter the following URL:
http://localhost:5000/api/customers
You should see a JSON document returned, containing all the 91 customers in the Northwind database, as shown in the following screenshot:

In the address bar, enter the following URL:
http://localhost:5000/api/customers/alfki
You should see a JSON document returned containing only the customer named Alfreds Futterkiste, as shown in the following screenshot:

In the address bar, enter the following ...
Read now
Unlock full access