23 Importing and exporting
This chapter covers
- Specific definitions for import and export
- Interacting directly with remote storage systems
- Converting serialized bytes into API resources
- Handling consistency for exporting volatile data sets
- How unique identifiers should be processed when importing and exporting
- What to do about related resources being imported or exported
- Handling failures during import or export operations
- How import and export differ from backup and restore
- Filtering data on input and output data
In this pattern, we’ll explore how to safely and flexibly move resources in and out of an API via custom import and export methods. More importantly, this pattern relies on the API communicating directly with the external storage ...
Get API Design Patterns now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.