From the course: Complete Guide to PowerShell 7
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Working with APIs and web services - PowerShell Tutorial
From the course: Complete Guide to PowerShell 7
Working with APIs and web services
- [Instructor] So let's review working with APIs and web services. APIs, or application programming interfaces, are essential components that enable seamless communication between software applications. They serve as intermediaries that define the methods and data formats applications can use to interact with each other. There are different types of APIs, including REST APIs, which are based on standard web protocols, and SOAP APIs, which use more rigid protocols for data exchange. APIs have numerous use cases. For example, they allow developers to retrieve data from web services and send data to cloud applications, making them crucial for modern software development. By facilitating integration between disparate systems, APIs, and power applications to work together harmoniously, a solid understanding of the various types and uses of APIs is fundamental for leveraging them effectively, particularly when writing PowerShell scripts, as they can significantly enhance the functionality…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Working with APIs and web services11m 36s
-
(Locked)
Making HTTP requests with Invoke-RestMethod8m 33s
-
(Locked)
Making HTTP requests with Invoke-WebRequest1m 59s
-
(Locked)
Parsing JSON data2m 27s
-
(Locked)
Parsing XML data3m 23s
-
(Locked)
Creating custom API integrations9m 4s
-
(Locked)
Automating web operations5m 47s
-
(Locked)
Handling other data formats4m 34s
-
(Locked)
-
-
-