Skip to content
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

API Playground has the lexicon name omitted #105

Closed
MasterJ93 opened this issue Mar 6, 2024 · 1 comment · Fixed by #158
Closed

API Playground has the lexicon name omitted #105

MasterJ93 opened this issue Mar 6, 2024 · 1 comment · Fixed by #158
Labels
bug Something isn't working

Comments

@MasterJ93
Copy link

MasterJ93 commented Mar 6, 2024

When going into the API reference pages, the API playground omits the lexicon name. To be more specific, instead of seeing (for example) https://bsky.social/xrpc/app.bsky.feed.getPostThread, you instead see https://bsky.social/xrpc.

Below is a video showcasing this issue:

Screen.Recording.2024-03-05.at.10.10.16.PM_720.mov

Because of this, attempting to test any APIs would lead to 404 errors.

(My apologies for the weird lines in the video: I'm not too sure why it's doing that.)

@MasterJ93 MasterJ93 changed the title API Playground has the lexicon name omitted. API Playground has the lexicon name omitted Mar 6, 2024
@mrd0ll4r
Copy link

mrd0ll4r commented Apr 9, 2024

Crossref from bluesky-social/indigo#629: This also applies to the generated curl samples, e.g., here

Shown:

curl -L -X GET 'https://bsky.social/xrpc' \
-H 'Accept: application/json'

Should probably be:

curl -L -X GET 'https://bsky.network/xrpc/com.atproto.sync.listRepos' \
-H 'Accept: application/json'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants