Last time, we signed up for Postman, logged into the web portal, and issued a simple GET request to the NHL API for Teams info. This time, we’re going to learn to set some Parameters and configure our client to send credentials to the server for authorizing our access to an API. Parameters Remember in… Continue reading Configuring Parameters and Authorization in Postman
Getting Started with Postman
This post started as a tweet From @MMarie, suggesting someone blog about getting started with Postman. I guess I’m lucky I spent so much time with devs who were building application programming interfaces (APIs) on top of databases I was building. I got to know the lingo and technology behind APIs. This early exposure to… Continue reading Getting Started with Postman
Biml and Oracle — Connections and Data Types
I’ve had two different clients approach me in the past few weeks asking how to deal with some odd behavior in Biml when working with Oracle sources. I have to be honest, working with Oracle is painful. The good news is there are ways to work around the pain. You can even build your own… Continue reading Biml and Oracle — Connections and Data Types