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

Fix some API calls #681

Merged
merged 2 commits into from
Apr 7, 2024
Merged

Fix some API calls #681

merged 2 commits into from
Apr 7, 2024

Conversation

BentiGorlich
Copy link
Member

  • DomainRetrieveApi asserted the wrong type
  • SearchRetrieveAPI was missing the querying user parameter
  • EntryResponseDto did not handle nulls on the domain property
  • MagazineResponseDto did not handle nulls on the owner property
  • UserRepository was missing a parameter and the query was not exactly right

I found a few bugs in the API while working on #654

- `DomainRetrieveApi` asserted the wrong type
- `SearchRetrieveAPI` was missing the querying user parameter
- `EntryResponseDto` did not handle nulls on the `domain` property
- `MagazineResponseDto` did not handle nulls on the `owner` property
- `UserRepository` was missing a parameter and the query was not exactly right
@BentiGorlich BentiGorlich added bug Something isn't working api API related issues and pull requests labels Apr 7, 2024
@BentiGorlich BentiGorlich self-assigned this Apr 7, 2024
@BentiGorlich BentiGorlich enabled auto-merge (squash) April 7, 2024 14:41
@BentiGorlich BentiGorlich merged commit 050a74c into main Apr 7, 2024
7 checks passed
@BentiGorlich BentiGorlich deleted the fix/api-bugs branch April 7, 2024 14:42
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant