Join the Community

20,975
Expert opinions
43,761
Total members
323
New members (last 30 days)
122
New opinions (last 30 days)
28,264
Total comments

API

More generic posts and blogs relating with Application Programming Interfaces (APIs) including Open Banking and PSD2

Retired Member

Retired Member 

Why API integration will allow the digital banking ecosystem to thrive in 2019

Open banking is about building and integrating an ecosystem of digital products, designed for one purpose – to create a seamless user experience. What we at Cloud Elements have seen over the past several years are more and more businesses realising that APIs (application programming interfaces) are fundamental to the digitalisation process. In fa...

Ashley Murdoch

Ashley Murdoch CEO at Corethree

Embracing open APIs to offer a better customer experience

The speed at which consumers have adopted mobile digital platforms is testimony to how highly they prize the convenience of mobile apps. But just as the advent of supermarkets made shopping easier by bringing different types of grocery produce, clothing, hardware and more under one roof, apps that offer only one type of product and services could ...

Retired Member

Retired Member 

Applying Developer Experience Best Practices to Open Banking API Error Messages

I have worked closely with financial institutions, particularly on building banking sandboxes in Nordic and North European countries, so that third party API consumer developers can build new innovative, new customer-facing fintech products. We all know that, with APIs offered for integration, focusing on developer experience can determine the futu...

Retired Member

Retired Member 

Apitalism: Open Banking vs Platform Banking - what is the difference?

It may be hard to know the difference between Socialism and Communism for some. I think the same dilemma exists between Open Banking and Platform Banking definitions – as both sound very similar but actually two very different things. For this reason, I decided to write this article to clarify the boundary between these two terms. Let’s start wi...

Enrico Camerinelli

Enrico Camerinelli Supply Chain Blockchain Personal Coach at Aite Group

Are Open Consortia the Answer to Corporate Banking APIs?

Banks struggle to balance two imperatives: to open their systems to external partners and clients via application programming interfaces (APIs) and to control the user interaction. In order to maintain the direct and captive relationship with their corporate clients, banks are building their own API-based catalogs with high walls separating them f...

/wholesale

Retired Member

Retired Member 

Chain of Trust

In the traditional two or three-tier world of web development, there is an inherent trust between the client and the server. Each is contextually aware of the other and withholds or shares information depending on the level of trust. The server may generate and persist session information about the client to enforce control or to simplify interac

/devops

Retired Member

Retired Member 

API Misconceptions

I’d like to clarify some things about the use of HTTP verbs for RESTful APIs and the apparent misconceptions these can bring about. Firstly, there are a few people who believe that RESTful APIs are predominantly for CRUD (Create, Read, Update, Delete) operations. I covered how this can be extended to other operations in a previous article; Nouns

/devops

Retired Member

Retired Member 

API Fragments - simple flexibility

Designing APIs often leads to a compromise between producers and/or consumers. Consumers of APIs would like the interface to be as close to their requirements as possible; they want to avoid possible composition or contract navigation. API producers would like their interface to be as simple as possible; they want to support maximum reuse and con

/devops

Retired Member

Retired Member 

API: Arrays or named elements?

The humble restaurant menu follows a common pattern where menu items are generally separated into a logical hierarchy. At the top level, we may have breakfast items, dinner items or drinks items. Each of these could be grouped further into categories like meat dishes, fish dishes or pasta dishes (dinner items), and again into burgers and steaks (m...

/devops

Retired Member

Retired Member 

DDD: what aisle is your attribute in?

During a Domain Driven Design (DDD) workshop this week, one of my colleagues very cleverly used grocery store aisles as an analogy to explain why attributes should be grouped into entities. He explained that grocery stores group logical produce together to make it easier for customers to find what they are looking for. Thereby suggesting that gro

/devops