I’ve been working on my card tracking app for some time. I have been using it for approximately 4 years to track my own holiday cards, so there’s tons of data stored in my alpha and beta version. Today I finally figured out the last major bug, before I look to posting it to the […]
Author: Michael Rowe
Debugging Camera Issues
I’ve been using my Card Tracking App in ernest lately, and have come a cross a strange bug. When I am taking a picture with the camera of a card from within the app, saving the card event occurs, but the image is not saved, while sometimes the whole save fails. This seems to have […]
A Beatles’ Retrospective
I’ve been taking some much needed time off, having not been able to take some of my corporate vacation last year. During this time, I am watching the Beatle’s Get Back documentary directed by Peter Jackson. I’ve always liked their music, and have enjoyed watching the back room machinations of their time in 1969. I […]
Getting a resource shape
Now that we have a basic understanding of the RootServices document, and how to access protected APIs. Let’s go thru the process of discovery, in order to identify what is needed for OSLC APIs. I’ll be covering the basics behind the OSLC Resource Shape. Understanding resource shapes is key for identifying what properties are required […]
API Authentication Method in ELM – OIDC
In my last post I took you thru the OAuth 1.0a API flow. While there are three APIs defined in the RootServices document which enable you to execute the flow, it is still a lot of work to ultimately get your OAuth 1.0a Token for usage. This token is only valid for a short period […]
API Authentication Method in ELM – Oauth 1.0a
The goal of the next two posts is to provide you with methods for authentication of your APIs. I will not be going thru all the methods that a ELM server support authentication, but at a high level your server can either be setup to use application level authentication or to delegate that authentication to […]
Beginning API Discovery (or understanding the RootServices document)
Now that we’ve covered some of the basics on what we mean when we say APIs (link to prior post), it’s time to get into the power of ELM thru its API discovery process. Many of the APIs on a server are exposed thru API calls. The foundation of this discovery mechanism is the “RootServices” […]
API types and the API Landing Page
When someone mentions APIs what do you think of? Let’s look at the acronym and the discuss how I will be using it over the course or this blog series. API stands for “Application Programming Interface”. This term is pretty broad as it is a connection between computers, programs and software services. APIs can be […]
Welcome to API Corner
“With Great Power comes Great Responsibility”. I remember first hearing this phrase in Spider Man comics. But it has a much longer history than that. Wikipedia indicates that this is actually an ancient phrase going back to the first century BC. I find that IBM Engineering Lifecycle Management’s (IBM ELM’s) incredible flexibility and power is […]
A potential plan for 2022
As I mentioned a while back, I took on a much more technical role in my day job recently. I am working on IBM’s “Engineering Lifecycle Management” product offering as a solution architect. My primary focus is on our reusable components, which includes many of our APIs. APIs are the building blocks of modern applications, […]