7 APIs from the New York Times That Have a High StreamRank

What APIs from the New York Times would benefit from layering event-driven architecture on top of them?

Each of the APIs we profile as part of the API Gallery™ has an OpenAPI definition created for it when we learn more about what they offer. This is what builds out the listing and detail pages for the gallery, allows us to better understand what each API offers, and help others discover the different APIs that exist across the landscape. Once we have an OpenAPI definition for an API, we load the definition into Postman and begin making calls to each API. When we come across an API that looks like it has a high potential for rapid change, we benchmark the API for a 24-48 hour period, and establish what we call a StreamRank™ for each individual API path. https://goo.gl/vpY62V

Query Logic Implementation in VBCS for ADF BC REST

#ICYDK: Oracle Visual Builder Cloud Service allows defining external REST service connections. In this post, I will explain how to implement query logic against such service. The connection is defined for ADF BC REST service.

Wizard provides an option to add query parameters: both static and dynamic. I have set one static parameter only Data=true, to return data only from the service. Also, I have created multiple dynamic parameters, the one used in this use case — q parameter. This parameter accepts query expression to filter data. Later in VBCS action chain, I will assign a value to this parameter, and service will be re-executed to bring filtered data: https://goo.gl/gmEmnK