Monthly Archives: October 2023

An approach to API versioning using semver

Working on a small HTTP server side project, and wanted to add versioning up-front. Usually I would just add different routes for each version directly to my server router implementation. For example with Deno and Oak (very similar to Koa

Tagged with: ,
Posted in JavaScript, Programming