This will build the foundations for a basic Lexicon-defined API to be used by the backend. Right now I'm focusing solely on implementing ways to get indexed content from the database as well as a basic "preferences" system similar to was Bluesky has, mainly for expanding private preferences in the future once we move to the frontend. There are also some search query lexicons in there, just for good measure.
social bookmarking for atproto
Add schema for Lexicon-defined API #3
closed
opened by
expand 4 commits
hide 4 commits
create blanks for new fetcher APIs
create blanks for a few PUT APIs
create blanks for some search APIs
finish up actor lexicons
expand 8 commits
hide 8 commits
create blanks for new fetcher APIs
create blanks for a few PUT APIs
create blanks for some search APIs
finish up actor lexicons
add json schema for lexicons (thanks to @justdavi.dev!)
create all remaining lexicons
generate new lexicon schemas
Add changelog, modify readme