Advertisement

More Related Content

Similar to API Design choices(20)

Advertisement

API Design choices

  1. “seller_id” vs “customer_id” (avoid the DOCS check)
  2. “condition: used” over “used:true” (scalable!)
  3. Design for canonical cases (de-normalize wisely)
  4. Actual trade-off is A vs C.
  5. 99% of the cases we´ll pick A+P
  6. No more A[C]ID properties
  7. Etag = ABC
Advertisement