An OpenBSD developer and the one-man-band behind Pushover gives some advice after 10 years of running a public HTTP API. It’s interesting as big companies are happy to publish articles about all the fancy stuff they developed to run some API, but you don’t always hear from a sole developer running a service for such a long time.

  • ArmoredCavalry@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    1 year ago

    Interesting article, thanks for sharing!

    I’ve run a (nowhere near as popular) public API for just about 10 years now. Definitely relate to the bit where he mentions people simply retrying the same request when they get an error. 😂

    I get a lot of students using the API for learning projects, which is great! But it also means my rate limiting is more often protecting my server from accidental infinite loops, rather than anything purposely abusive.