trozzelle / Bluesky-OpenAPI

WIP OpenAPI Spec for Bluesky/AT Protocol
9 stars 2 forks source link

subscribeLabels returns 404 not found #8

Open ianklatzco opened 1 year ago

ianklatzco commented 1 year ago
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Error</title>
</head>

<body>
    <pre>Cannot POST /xrpc/com.atproto.label.subscribeLabels</pre>
</body>

</html>

Guessing it's not done yet.

trozzelle commented 1 year ago

I get the same error though other endpoints work. I think it probably related to not being implemented yet but I'll do some digging.

trozzelle commented 1 year ago

Searched through the atproto repo for subscribeLabels and the only thing I can find are the lexicon definitions so I'm going to say it's not yet implemented.