GA 1 Flashcards
1
Q
Strategic level relationships
A
companies act collaboratively
in a specific market where they produce specific product. The supplier develops, designs & produces specific
components for the buying organization. These types of
inter-firm collaborative relationships are called Value Added Partnerships
2
Q
Types of APIs
A
- Public
- Restricted
- Private
- Internal
3
Q
A good public APIs has:
A
- A clear endpoint
- Documentation
- Examples in multiple code languages
- May have an SDK
- You can find resources for free in the web
4
Q
API Introduction
A
Usage:
- An API mimics a sequence of actions that could b performed by a human
- An API gives you access to “customisable part of of a website”
- An API share information between companies
5
Q
Format: JSON vs XML
A
JSON
{“employees”:[ { “firstName”:”John”, “lastName”:”Doe” }, { “firstName”:”Anna”, “lastName”:”Smith” }, { “firstName”:”Peter”, “lastName”:”Jones” }]}
XML
John Doe Anna Smith Peter Jones