Skip to content
AtomicReps

Navigation

21/30Backend

REST APIs.

HTTP API design, conventions, and best practices.

  • REST APIs · 1 of 3

    HTTP Methods & Status Codes

    Which method is typically preferred for full resource replacement semantics?

  • REST APIs · 2 of 3

    Rate Limiting & Throttling

    Which status code is standard when a client exceeds an API rate limit?

  • REST APIs · 3 of 3

    API Versioning Strategies

    Comparing 'pinning the active revision in the URL path' with 'pinning it in a vendor media type', which subtle invariant is preserved by the media-type style and broken by the path style?

Three of the 962 REST APIs questions in the bank.

Keep going with REST APIs, free
Next topic · 22/30Ruby & Rails.