Joep Meindertsma
Joep Meindertsma
Thanks for the PR, Jithendra! Appreciate it :) I must admit I'm a little cautious with accepting this PR, since it feels like quite a lot duplication. I tend to...
Perhaps add one for `DefaultResourcePage`
Alex does not necessarily need this feature at the moment.
@AlexMikhalev does need this feature now!
@AlexMikhalev The lib code for building a search URL is added to the latest development.
Also added the CLI search! Let me know if you run into issues :)
@Polleps other things that could be missing?
Hi @soheilade ! Try running `atomic-server --initialize`, which should create a new `/setup` invite. Regarding the discord link, where did you see this one that is broken? Thanks for letting...
You can use `client::fetch_resource` to retrieve a resource with authentication. If I use authentication for `get_resource` I need to carefully consider some of the security implications: Since AtomicServer caches all...
`Store::get_resource` should default to using the `default_agent` in client requests, thus authenticated. So not sure what's going on here... But I do know that I want more refactoring and tests...