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

Upload array #9

Merged
merged 2 commits into from
Feb 6, 2025
Merged

Upload array #9

merged 2 commits into from
Feb 6, 2025

Conversation

hardillb
Copy link
Contributor

@hardillb hardillb commented Feb 5, 2025

Description

Change upload payload from single object to array of objects

{
  'foo/bar': { timestamp: 12324325, type: {....}}
  'foo/bar/baz': { timestamp: 12324326, type: {....}}
}
[
  { topic:  'foo/bar',  timestamp: 12324325, type: {....}}
  { topic:  'foo/bar/baz',  timestamp: 12324326, type: {....}}
]

@hardillb hardillb requested a review from knolleary February 5, 2025 17:39
@hardillb hardillb self-assigned this Feb 5, 2025
@knolleary knolleary merged commit 4c47170 into main Feb 6, 2025
2 checks passed
@knolleary knolleary deleted the upload-array branch February 6, 2025 13:20
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