-
-
Notifications
You must be signed in to change notification settings - Fork 771
Closed
Labels
Description
I experimented with a prototype of this here:
Which lets me run requests as if they belonged to a specific actor like this:
datasette fixtures.db --get '/fixtures/facetable.json' --actor '{
"_r": {
"r": {
"fixtures": {
"facetable": [
"vt"
]
}
}
},
"a": "user"
}'
Really useful for testing actors an _r
options. Is this worth adding as a feature?