Skip to content

Commit 56212ff

Browse files
jneiman08172017
1 parent 970c81b commit 56212ff

File tree

1 file changed

+4
-4
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+4
-4
lines changed

labs/coding-101-rest-basics-ga/2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
## Step 2. So what is a REST web service?
22

3-
### What is a Web Service?###
3+
### What is a Web Service?
44

55
A web service is a way for two systems to communicate through a defined interface.
66
There are two major types of web services – **REST** or **SOAP**.
77

8-
### What is a *REST* Web Service? ###
8+
### What is a *REST* Web Service?
99

1010
REST is an architecture style for designing networked applications.
1111
A REST web service is as easy to call as making an HTTP request.
1212
RESTful interfaces often offer the CRUD (Create, Update, Delete) operations.
1313
If you want to know more about REST in general, this is a great <a href="http://rest.elkstein.org" target="_blank">REST tutorial</a>.
1414

1515

16-
### What is so great about REST? ###
16+
### What is so great about REST?
1717

1818
***REST is easy to use on any platform***
1919

2020
![](/posts/files/coding-101-rest-basics-ga/assets/images/RESTisGreat.jpg)
2121

22-
### APIC-EM API is a REST API ###
22+
### APIC-EM API is a REST API
2323

2424
For this lab, we are going to use the <a href="https://developer.cisco.com/site/apic-em/" target="_blank">APIC-EM APIs</a>.
2525

0 commit comments

Comments
 (0)