Overview Flashcards
Attain a better understanding of API Designers Key Concepts
What is API Designer the product name for?
The second generation of the Temenos Interaction Framework.
What does API Designer provide to the user?
A set of tools to allow the Bank to create and maintain ReSTful APIs.
What is the design time suite called?
Design Studio.
What is the run time engine called?
HyperMediaServer.
What does ReST stand for?
Representational State Transfer.
What is ReST?
The architectural style behind how the web works.
What does ReST consist of?
A set of architectural constraints applied to a hypermedia system.
How does a hypermedia system provide navigational information to the system’s ReST interfaces dynamically?
By including hypertext links with its responses to messages.
What does the Interaction Framework simplify?
The process of bringing users and resources together.
What are two benefits of putting an interaction layer between the user agents and the resources?
It removes the need for tight coupling and allows both to specialize in what they do best.
True or False: “The framework can only allow a singular user agent to be able to access resources.”
False, the framework can allow multiple user agents to have access to resources.
True or False: “The framework is able to handle multiple resource providers.”
True, the framework can handle additional resources in addition to the primary Temenos resource T24.
How does the interaction framework help developers?
It makes creating and using web services as easy as possible.
What is the interaction framework built according to?
ReSTful constraints.
What is used to allow user agents to talk to the framework?
OData2.