The OpenAPI Specifications Conference for 2021 was held on September 28 and 29. The conference, sponsored by the OpenAPI Initiative, featured speakers from companies and organizations who offered insight into the problems inherent in creating APIs, publishing them in a manner that makes them findable by developers, describing the rules that govern the API, and the history and current direction of API specification. The opening keynote by Mandy Whaley and Yina Arenas cited the need for change in API specification…
Continue readingSOAP
Using Javascript to Extract Information from SOAP API Responses
My last post described how to create a monitor that calls Flickr’s Interestingness SOAP API to retrieve a list of recently uploaded photos that Flickr users have found interesting. Once the list of interesting photos is retrieved, we might want to call other Flickr API endpoints to retrieve more detailed information about the individual photos. […]
Continue readingMonitoring Flickr’s Interestingness SOAP API
The API Science platform provides capability for monitoring APIs that utilize SOAP (Simple Object Access Protocol) interfaces. The photo sharing site Flickr offers a substantive API that can be accessed using multiple protocols, including SOAP. In this article series I’ll use the Flickr API to illustrate techniques that can be applied for monitoring the status and performance of SOAP-based APIs. Flickr invented a metric they call interestingness, which ranks posted photos based on statistics including clickthroughs, comments, favorites, tags…
Continue readingHow to Monitor SOAP API Performance
While (RESTful) web services are the predominant design pattern for modern APIs, there remain many APIs that employ the SOAP (Simple Object Access Protocol) protocol. Can the uptime and performance of SOAP APIs be monitored using your API Science account? Most certainly! In this post, I’ll illustrate how to configure an API Science monitor that […]
Continue reading