-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document read-only endpoints that don't require auth #63
Comments
which APIs do and don't require auth: we've discussed adding this a machine-readable metadata in the Lexicons themselves, which would help a bunch. We would want to enumerate the specific OAuth scopes required, and have a clear set and naming for the "network services" which implement the endpoints, so we probably don't want to block on this protocol work getting finished. In a more informal way, I started adding a few annotations in description fields. but we could also just split up the docs or add tags or something to make it easier. But maybe even more than "which actually don't require auth" it would be most helpful to have a currated set of public endpoints that are recommended and easy to work with. |
What's the general flow for hitting the endpoint without auth? I think the MVP here is just to explain it somewhere since right now the docs make it feel like you have to always log in. |
ahhhh, you know, yeah, we really should document this and haven't, both for beginners and experienced devs. the main stuff we are both probably thinking about are the Bluesky ( some of the lower-level stuff can go to relay ( some low-hanging fruit:
|
We need to:
The text was updated successfully, but these errors were encountered: