Day: May 29, 2022

Process REST Payload Using Collection Operations

[ Process REST Payload using Collection Operations¶ Let us understand how to process REST Payload using Collection Operations. We can get details about all the public repositories using GET /repositories from https://api.github.com. As it is getting or reading data from external application the details are available via GET. We will have JSON Array as part …

Process REST Payload Using Collection Operations Read More »