autopushed

This commit is contained in:
2022-08-21 20:11:32 +02:00
parent 2aae894e2a
commit e3aab9d6b0
+2 -2
View File
@@ -412,9 +412,9 @@ Agoras can define mappings from these to URL schemes generalizing to isomorphic
#### Entity resolution #### Entity resolution
- GET /@<user> -> provides details about a user and the [[subnodes]] in their repositories. - GET /@<user> -> provides details about a user and the [[subnodes]] in their repositories.
- GET /users -> lists users - GET /users -> lists users
- GET /node/<node> -> entity resolution - 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
#### Feeds #### Feeds
- GET /feed/@<user> - GET /feed/@<user>