feat: lesswrong library — frontpage, curated, top, tag#1
Merged
Conversation
Wire the any-cli/kit domain layer: Domain{} registers four list ops
(frontpage, curated, top, tag), newClient bridges kit.Config to the
existing Config struct, and TagPosts adds the filterSettings GraphQL
query path. Add kit id+url tags to Post. Tests cover domain info,
op wiring, registry lookup, and the tag query path.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the any-cli/kit domain layer for lesswrong with four commands:
lesswrong frontpage— frontpage postslesswrong curated— curated postslesswrong top— top posts by karmalesswrong tag <tagID>— posts filtered by tagUses the LessWrong GraphQL API. No API key required.
Changes:
lesswrong/domain.go: Domain{} with kit.Register, Info, Register, newClient, four handlerslesswrong/domain_test.go: offline tests for domain info, op wiring, registry lookup, tag querylesswrong/lesswrong.go: add TagPosts method + tagPostsQuery using filterSettingslesswrong/types.go: add kit id and table url tags to Post.URLgo.mod/go.sum: add github.com/tamnd/any-cli v0.4.0