For this, probably not. However UUIDs can be nice for PKs on publicly facing resources as you cannot crawl them (ie /user/3
suggests /user/4
exists). Slugs can be used to keep the url tidy.
Yeah, but do these mutate state? I thought they were just making the request and returning the parsed body?
Maybe it would be good to talk about this real-time with a real-time collaborative text editor (Hedgedoc?) to try to hammer out the details of this?
Happy to discuss this synchronously.
…
👍
Maybe
git clone ssh://git@git.tams.tech:2222/TWS/<PROJECT>
[see setting up ssh](link)
or
git clone https://git.tams.tech/TWS/<PROJECT>
The original outline was rather slapdash, just to get something out there, so feel free to deviate from it significantly.
I guess the benefits to a documentation repo is portability (it's just git) and simple to set up with current infrastructure, even if it lacks some bells and whistles.
Create my own fork and PR into main?
Yeah, I guess it can't hurt to follow that practice even on the meta
repo
Should we utilize the WIKI for documentation?
I like that idea! I…