You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current ephemeral PDS server setup only supports com.atproto.* endpoints but app.bsky.* endpoints are not available on the PDS server itself. To test tsky's other methods, we also need app.bsky.* endpoint such as app.bsky.feed.getTimeline to get the user's timeline.
The @atproto/dev-env package provides a way to create the test networks, not just PDS and PLC servers. Probably we can use this instead of the current one internal-dev-env.
This could solve #61 because it seems not to depend on the better-sqlite3 package and use PostgreSQL container instead.
The text was updated successfully, but these errors were encountered:
The current ephemeral PDS server setup only supports
com.atproto.*
endpoints butapp.bsky.*
endpoints are not available on the PDS server itself. To test tsky's other methods, we also needapp.bsky.*
endpoint such asapp.bsky.feed.getTimeline
to get the user's timeline.See also Bluesky API docs for complete list of API endpoints: https://docs.bsky.app/docs/api/at-protocol-xrpc-api
The
@atproto/dev-env
package provides a way to create the test networks, not just PDS and PLC servers. Probably we can use this instead of the current oneinternal-dev-env
.This could solve #61 because it seems not to depend on the
better-sqlite3
package and use PostgreSQL container instead.The text was updated successfully, but these errors were encountered: