Blog posts tagged "api"
-
Obtaining auth code grant type OAuth 2.0 tokens for Google APIs with a script
Writing a script to obtain OAuth 2.0 bearer tokens for Google API calls using the auth code grant type.
-
Selecting the related endpoints from a GitHub API response using jq's with_entries
Using jq's with_entries to select the related API endpoints from a GitHub API response.
-
Two-phase video uploads with YouTube API and curl
How to use the YouTube API to upload a video with curl using a two-phase approach.
-
Monday morning thoughts: considering GraphQL
On GraphQL, and its relationship with existing ideas for managing data and structured exposure to that data over a wire protocol.
-
Scripting the Workflow API with bash and curl
There's an API for the SAP Cloud Platform Workflow service. Let's explore!
-
Discovering SCP Workflow - Workflow Definition
Now that we've covered how to kickstart a workflow instance, It's time to look at the overall picture of what we're building.
-
Discovering SCP Workflow - Using Postman
Using Postman to explore and interact with the SCP Workflow API.
-
Discovering SCP Workflow - Instance Initiation
In this post we explore the part of the SCP Workflow API that deals with workflow instances, and look at how we initiate a new workflow instance, paying particular attention to how we request, and then use, a cross site request forgery (XSRF) token.
-
SheetAsJSON - Google Spreadsheet Data as JSON
Explaining how to expose Google spreadsheet data as JSON via HTTP using Google Apps Script.
-
Automated email-to-task mechanism with Google Apps Script
Looking at an example Google Apps Script that automates email-to-task conversion.
-
Project Gateway. A call to arms. Or at least to data.
This was a guest blog post on Bluefin Solutions website which I wrote to herald a major turning point in SAP software's integration trajectory.
-
REpresentational State Transfer (REST) and SAP
Exploring how REST as an architectural style applies to SAP integration scenarios.
-
REST orientation - Controlling access to resources
Auth with respect to the alternative dispatcher layer in ABAP.
-
A new REST handler / dispatcher for the ICF
One of the best underlying mechanisms to be introduced into the Basis / NetWeaver stack in the past few years is the Internet Communication Framework (ICF), which is a collection of configuration, interfaces, classes and a core set of processes that allow us to build HTTP applications directly inside SAP.
-
Information vs Behaviour
Architectures, axioms and ROA vs SOA.
-
Tarpipe REST connector in 5 minutes
Demonstrating the new Tarpipe REST connector with a quick five-minute example.
-
Twitter's success
Thoughts on messaging, microblogging, and Twitter's success.
-
Analysing CV searches with Delicious
Analysing search terms used to find my online CV using Perl and Delicious.
-
An HTTP connector for Tarpipe: 'tarbridge'
Building tarbridge, an HTTP connector for Tarpipe that enables POST requests to arbitrary URLs.
-
tarpipe.com - Programming 2.0?
Exploring whether tarpipe.com represents an early example of a Programming 2.0 concept.
-
Forget SOAP - build real web services with the ICF
I don’t like getting into a lather when it comes to data and function integration. Rather than using SOAP, I prefer real web services, built with HTTP.
-
Real Web Services with REST and ICF
This piece has become somewhat famous (or infamous) in SAP tech circles, for the approach it took and the claims it made. I'm happy to say that REST won out and that those that tried to denounce me ... failed :-)
-
Your wishlist in 'consumable' XML
Introducing a new experimental Perl module.
-
Transferring my Amazon wishlist to AllConsuming.net
Scripting to the rescue, as always.
-
The disruptive engineering spectrum, and "booktalk", an AllConsuming app
Creating an experimental service based on existing mechanisms.
-
RESTifying RT
Some notes on providing a RESTful API for Request Tracker.
-
REST, Google, and idempotency
Pondering the apparent conundrum of REST, Google and idempotency that Sam Ruby presented to Mark Baker.
See all tags.