mirror of
https://github.com/flancian/garden.git
synced 2026-08-10 08:26:18 +00:00
autopushed
This commit is contained in:
@@ -410,11 +410,12 @@ Agoras can define mappings from these to URL schemes generalizing to isomorphic
|
|||||||
[^yaml]: or TOML?
|
[^yaml]: or TOML?
|
||||||
|
|
||||||
#### Entity resolution
|
#### Entity resolution
|
||||||
- GET /@<user> -> provides details about a user and the [[subnodes]] in their repositories.
|
- GET /<context> -> by default the same as /node/<context>, might be overridden with a more particularly useful context
|
||||||
- GET /users -> lists users
|
|
||||||
- GET /node/<node> -> entity resolution, node can be percent-encoded
|
- GET /node/<node> -> entity resolution, node can be percent-encoded
|
||||||
- GET /nodes -> lists known entities in canonical form
|
- GET /nodes -> lists known entities in canonical form
|
||||||
- GET /<context> -> by default the same as /node/<context>, might be overridden with a more particularly useful context
|
- GET /@<user> -> provides details about a user and the [[subnodes]] in their repositories.
|
||||||
|
- GET /users -> lists users
|
||||||
|
- GET /search?q=<query> -> redirects to /node/<node>?q=<query> with node being inferred after quoting/unquoting, full fidelity interface
|
||||||
|
|
||||||
#### Feeds
|
#### Feeds
|
||||||
- GET /feed/@<user>
|
- GET /feed/@<user>
|
||||||
|
|||||||
Reference in New Issue
Block a user