Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kvstore API): Implement /api/get with HTTP GET #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

benjoe1126
Copy link
Collaborator

now the /api/get endpoint uses HTTP get method and query parameters

changed implementation, started redocumenting and testing
@levaitamas levaitamas changed the title closes issue #8 feat(kvstore API): implement /api/get with HTTP GET Feb 17, 2025
@levaitamas levaitamas changed the title feat(kvstore API): implement /api/get with HTTP GET feat(kvstore API): Implement /api/get with HTTP GET Feb 17, 2025
Copy link
Member

@levaitamas levaitamas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this, @benjoe1126! It looks good to me sofar. Can you check and update the tests (e.g., 99-labs/code/kvstore/pkg/client/client_test.go) too?

@levaitamas levaitamas linked an issue Feb 17, 2025 that may be closed by this pull request
@benjoe1126
Copy link
Collaborator Author

The tests seem fine and once the client is implemented according to the new definitions it runs as expected

@levaitamas
Copy link
Member

The tests seem fine and once the client is implemented according to the new definitions it runs as expected

My bad, that was correct indeed.

@levaitamas
Copy link
Member

One minor (and perhaps the final) nit: can you update the 99-labs/05-resilience/README too? Thanks!

@benjoe1126
Copy link
Collaborator Author

One minor (and perhaps the final) nit: can you update the 99-labs/05-resilience/README too? Thanks!

Sure thing, will do so soon :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kvstore API: implement /api/get with HTTP GET
2 participants