-
Notifications
You must be signed in to change notification settings - Fork 3
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
PLAT-786: Add event search API to spec #173
Merged
Merged
Conversation
This file contains 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
🦋 Changeset detectedLatest commit: 2f1cfb7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
srri
force-pushed
the
PLAT-786/search-api
branch
from
November 8, 2024 22:18
e31ff15
to
7d2d158
Compare
I'm sure I've probably missed something, but setting for review. |
srri
commented
Nov 8, 2024
JuroUhlar
requested changes
Nov 18, 2024
Co-authored-by: Juraj Uhlar <[email protected]>
ilfa
force-pushed
the
PLAT-786/search-api
branch
from
November 19, 2024 13:30
e274bd3
to
b5457d4
Compare
Co-authored-by: Juraj Uhlar <[email protected]>
JuroUhlar
previously approved these changes
Nov 19, 2024
JuroUhlar
previously approved these changes
Nov 19, 2024
🚀 Following releases will be created using changesets from this PR:[email protected]Minor Changes |
JuroUhlar
approved these changes
Nov 19, 2024
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.
This PR adds the API definition for the new event search API https://github.com/fingerprintjs/koala/pull/7030
This is a public facing API that will return a list of the existing APIv3 event format.
This API can filter on visitor id, ip address/range, suspect flag, bot type, time ranges, and linked id.
This is also my first change directly to our open API repo, so let me know if I missed something (for example, a version bump)
cc: @petrpalata