File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
labs/coding-101-rest-basics-ga Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Step 2. So what is a REST web service?
2
2
3
- ### What is a Web Service?###
3
+ ### What is a Web Service?
4
4
5
5
A web service is a way for two systems to communicate through a defined interface.
6
6
There are two major types of web services – ** REST** or ** SOAP** .
7
7
8
- ### What is a * REST* Web Service? ###
8
+ ### What is a * REST* Web Service?
9
9
10
10
REST is an architecture style for designing networked applications.
11
11
A REST web service is as easy to call as making an HTTP request.
12
12
RESTful interfaces often offer the CRUD (Create, Update, Delete) operations.
13
13
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 >.
14
14
15
15
16
- ### What is so great about REST? ###
16
+ ### What is so great about REST?
17
17
18
18
*** REST is easy to use on any platform***
19
19
20
20
![ ] ( /posts/files/coding-101-rest-basics-ga/assets/images/RESTisGreat.jpg )
21
21
22
- ### APIC-EM API is a REST API ###
22
+ ### APIC-EM API is a REST API
23
23
24
24
For this lab, we are going to use the <a href =" https://developer.cisco.com/site/apic-em/ " target =" _blank " >APIC-EM APIs</a >.
25
25
You can’t perform that action at this time.
0 commit comments