|
|
|
|
|
by ckolderup
1021 days ago
|
|
hey, I'm the one who built this -- it's not actually compliant with most of the AP spec right now. I started the project as a way to learn about the protocol and I've still got a long way to go; so far I've just been in "get things showing up across instances" mode, but will be trying to comply more fully over the coming months. |
|
As it stands though: pleasantly readable code! I got curious and explored around a bit and it's all remarkably simple. Maybe it needs more error handling or auth or something and it'll grow before it's "ready", but it's nice to see something simple occasionally. You can probably keep a lot of those simple-structure assumptions if you frame your incoming requests to look like the common structure you're using now, if you can find a library that handles that for you: https://www.w3.org/TR/json-ld11-framing/ (which is a lot of text to say "it's a templating system")