RepoService
Functions
Apply a batch transaction of repository creates, updates, and deletes. Requires auth, implemented by PDS.
Create a single new repository record. Requires auth, implemented by PDS.
Delete a repository record, or ensure it doesn't exist. Requires auth, implemented by PDS.
Get information about an account and repository, including the list of collections. Does not require auth.
Get a single record from a repository. Does not require auth.
List a range of records in a repository, matching a specific collection. Does not require auth.
List a range of records in a repository, matching a specific collection. Does not require auth.
List a range of records in a repository, matching a specific collection. Does not require auth.
Write a repository record, creating or updating it as needed. Requires auth, implemented by PDS.
Upload a new blob, to be referenced from a repository record. The blob will be deleted if it is not referenced within a time window (eg, minutes). Blob restrictions (mimetype, size, etc) are enforced when the reference is created. Requires auth, implemented by PDS.