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

chore: add the source ID to the register events API #84

Merged
merged 5 commits into from
Apr 23, 2024

Conversation

duyhungtnn
Copy link
Collaborator

@duyhungtnn duyhungtnn commented Apr 22, 2024

Part of bucketeer-io/bucketeer#916

Changes

@@ -1,6 +1,16 @@
import Foundation

struct RegisterEventsRequestBody: Codable {
internal init(events: [Event] = [],
sdkVersion: String = Version.current,
sourceId: SourceID = SourceID.ios
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@duyhungtnn
Copy link
Collaborator Author

@cre8ivejp @kakcy please help me to take a look.

Copy link
Member

@cre8ivejp cre8ivejp left a comment

Choose a reason for hiding this comment

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

Thank you!

@cre8ivejp cre8ivejp merged commit 374218a into main Apr 23, 2024
9 checks passed
@cre8ivejp cre8ivejp deleted the feat/add-source-id-to-the-register-events branch April 23, 2024 05:06
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.

2 participants