DJ Adams

Blog posts tagged "api"

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. Scripting the Workflow API with bash and curl

    There's an API for the SAP Cloud Platform Workflow service. Let's explore!

  6. 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.

  7. Discovering SCP Workflow - Using Postman

    Using Postman to explore and interact with the SCP Workflow API.

  8. 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.

  9. SheetAsJSON - Google Spreadsheet Data as JSON

    Explaining how to expose Google spreadsheet data as JSON via HTTP using Google Apps Script.

  10. Automated email-to-task mechanism with Google Apps Script

    Looking at an example Google Apps Script that automates email-to-task conversion.

  11. 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.

  12. REpresentational State Transfer (REST) and SAP

    Exploring how REST as an architectural style applies to SAP integration scenarios.

  13. REST orientation - Controlling access to resources

    Auth with respect to the alternative dispatcher layer in ABAP.

  14. 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.

  15. Information vs Behaviour

    Architectures, axioms and ROA vs SOA.

  16. Tarpipe REST connector in 5 minutes

    Demonstrating the new Tarpipe REST connector with a quick five-minute example.

  17. Twitter's success

    Thoughts on messaging, microblogging, and Twitter's success.

  18. Analysing CV searches with Delicious

    Analysing search terms used to find my online CV using Perl and Delicious.

  19. An HTTP connector for Tarpipe: 'tarbridge'

    Building tarbridge, an HTTP connector for Tarpipe that enables POST requests to arbitrary URLs.

  20. tarpipe.com - Programming 2.0?

    Exploring whether tarpipe.com represents an early example of a Programming 2.0 concept.

  21. 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.

  22. 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 :-)

  23. Your wishlist in 'consumable' XML

    Introducing a new experimental Perl module.

  24. Transferring my Amazon wishlist to AllConsuming.net

    Scripting to the rescue, as always.

  25. The disruptive engineering spectrum, and "booktalk", an AllConsuming app

    Creating an experimental service based on existing mechanisms.

  26. RESTifying RT

    Some notes on providing a RESTful API for Request Tracker.

  27. REST, Google, and idempotency

    Pondering the apparent conundrum of REST, Google and idempotency that Sam Ruby presented to Mark Baker.

See all tags.