Version 0.1, GitHub repository
The 'platform' is the method of exposing and growing the digital business model and its offerings. So, the following ground rules define the platform as the digital server-side, back-end data and functionality, leaving the user experiences to be crafted (whether mobile, web or other) on top of that business functionality.
This API-centric definition of 'platform' enables:
- Rapid user experience revision
- Consistent user experience across devices
- Better channel adaptation
- Faster and cheaper third-party integrations
- Increased innovation capabilities.
- Making mobile a priority increases ease of use and adoption for everyone.
- An API-based strategy maximizes reuse and flexibility.
- Causes design for ease of use, flexibility and reuse.
- Improves security, auditability.
- Assists in ease of use and ensures all functionality is available to consumers.
6. The platform will notify interested observers of all resource state changes via fully-composed events.
- Enables synchronization asynchronously (for all create, update, delete state changes).
- Enables analytics and reasoning about consumers.
8. All APIs have a consistent look and feel, and are documented at a single, publicly-available location.
- Maximizes reuse and ease of use.
9. No private interfaces. No backdoors. No shared databases across teams (Observe 'Bounded Contexts').
- Ensures the public interfaces are sound.
10. APIs are deployed in a distributed, always-on architecture (multi-node, multi-zone, and multi-region) with a discipline towards resilience.
- Horizontal scale on commodity hardware, global reach. Account for the inevitable failures.
Derived from: RestCheatSheet/api-cheat-sheet
See also: BIMJSON REST API Guidelines