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

Add clarification around GET w/o include #12

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

gadomski
Copy link
Member

@gadomski gadomski commented Jun 6, 2023

Related Issue(s):

Proposed Changes:

Turns out we already had some text on the subject:

fields/README.md

Lines 185 to 191 in f749a3c

It is not possible to differentiate between missing, null, and empty for the
text representation, so implementations should assume the value is empty, NOT
missing. For example, this is a case of `include` being empty (NOT missing):
```text
?fields=-geometry
```

All we needed was some text in the rule list.

PR Checklist:

  • This PR has no breaking changes.
  • I have added my changes to the CHANGELOG or a CHANGELOG entry is not required.

@philvarner philvarner merged commit 1b73af7 into stac-api-extensions:main Sep 27, 2023
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.

Ambiguity with GET and no included fields
2 participants