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

only allow string "latest" instead of keyword for history t #425

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

dpetran
Copy link
Contributor

@dpetran dpetran commented Mar 27, 2023

When transforming incoming queries, it is a lot easier if we only have to focus on keys, instead of keys and values. By only using a string we don't have to transform any history query values at all.

Helps fix fluree/http-api-gateway#25

When transforming incoming queries, it is a lot easier if we only have to focus on keys,
instead of keys and values. By only using a string we don't have to transform any
history query values at all.
@dpetran dpetran merged commit dbeb18f into main Mar 28, 2023
@dpetran dpetran deleted the fix/history-string-latest branch March 28, 2023 11:34
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.

/fluree/history request JSON not serialized correctly to keywords
2 participants