Monthly Archives: May 2018

Automating API Documentation Has Flow-on Benefits

I was paid by ViaSocket to write this article for Medium.

The Application Programming Interfaces(APIs) which are at the heart of inter-system automation, rely on protocols. By using web services that assist in the documentation of APIs, programmers are able to generate code snippets that make using their APIs easier, and more stable.

A screenshot of many available APIs by company logo.

300 APIs ready for integration into automation projects

I’ve written an article on Medium about this and a particular web service that took it a step further by collecting the APIs into a marketplace which can be used for building complex and powerful automation projects.

Automation Assisted by Webhooks

I was paid by ViaSocket to write this article for Medium.

As businesses move more of their operations and presence onto the Internet, opportunities for linking and responding to online information increases. The way that information in websites is accessed by software is through Application Programming Interfaces(APIs).

The most common sort of API is a set of rules for asking a website for some information. By following the rules, a program or other website can ask for information such as, “How often has my new follower posted on Twitter?” or “Does my new customer have a LinkedIn profile?”. These tools are extremely useful and can save staff a lot of time while also increasing business intelligence. But in many situations they are not efficient. This is because when a website doesn’t have the information yet, you have to wait a while, and then ask again.

Webhooks solve this problem by working in reverse. Instead of asking the website for information, you tell the website where to send information when it becomes available. Giving a website a URL to send certain information to is called ‘creating a webhook’. Once you get that information, that event can kick off a whole series of new events. To learn more about webhooks, have a read of the article I posted on Medium.

Webhooks — The Undiscovered Automation Booster