Skip to main content

Posts Tagged ‘API Rest’

Istock 1435220822

A Guide to OAuth 2.0 Authorization Code Grant in API Testing using Rest Assured

Understanding OAuth 2.0: The Gatekeeper to Secure API Access In API testing, ensuring secure and authorized access to protected resources is paramount. This is where OAuth 2.0, an industry-standard authorization framework, comes into play. It acts as a robust mechanism for granting temporary access tokens to applications. It enables them to interact with APIs on […]

A group of diverse coworkers working on the computer together

API Testing : Test MultipartFile Upload using Java, Spring and Cucumber framework

It is easier to test MultipartFile upload service in POSTMAN just by selecting multiple files and sending the request. But to test using Java, we need to write multiple lines of code to invoke the request. In this blog, we will discuss about the Java function to invoke MultipartFile upload request and get the response. […]

Pbireact

Create a React app that shows PowerBI data using REST

Intro Many times a client wants some sort of customized view of the data they have in PowerBI. The truth is, as powerful as it is PowerBI, like all BI tools, offer limited customizability. However, PowerBI comes with a powerful RESTful interface that we can use to show the underlying data however we wish. This […]

BIG Data and APIs

It is no secret that Big Data is involved daily with social engagement, advertising, mobile applications, and business intelligence in today’s enterprise. As much data that an enterprise would like to receive from customers, even more data needs to be ingested from the cloud, commerce sites, transactions, social feeds, geo-locations and on. In between the […]