• API Design

    12-11-2023 11:24 PM
    Here are five things you can do to make your API more evolvable over time: 1. Be careful with auto-incrementing IDs in distributed environments.2. Consider generating identifiers higher up in the call stack or at the API level....