This video looks at creating connections to REST or OData web services.
Communication between networked servers and software can be achieved via HTTP, sending requests and receiving responses. HTTP clients can be configured to fetch data from sources and post to endpoints; for example, REST and OData web services. Authentication methods such as OAuth2 can be defined on an HTTP client.