plug_indie/lib/post.ex
Inhji c257845f06 first version of PlugIndie
- add attribute parsing
- add tests
- add token verification
2024-11-29 10:39:35 +01:00

3 lines
73 B
Elixir

defmodule PlugMicropub.Post do
defstruct [:type, :title, :content]
end