www.byjp.me/content/posts/tumblr-musings/rest-and-how-to-do-it-right.md
JP Hastings-Spital b8cc9ee66d Remove leading newlines
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter.

This makes display on Gemini (in which newlines matter) much more consistent!

I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
2024-06-20 13:40:54 +01:00

13 lines
332 B
Markdown

---
title: REST and how to do it right
date: 2013-03-21T13:41:00+00:00
draft: false
emoji: 📄
tags:
- code
- rest
- from-tumblr
---
[gregbeech.com](https://www.gregbeech.com/2013/05/21/restful-api-design-the-fundamentals/)
Bossman Greg has posted a thorough and readable rundown of REST design concepts. Well worth a read.