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 Messages.list #5

Merged
merged 10 commits into from
Mar 22, 2024
Merged

add Messages.list #5

merged 10 commits into from
Mar 22, 2024

Conversation

bedrock-adam
Copy link
Contributor

@bedrock-adam bedrock-adam commented Mar 10, 2024

Messages.list
Messages.list(status: :unpublished, sort: :updated_at, order: :asc, page: 1, per_page: 100)

[
  {
    'id' => 1,
    'status' => publishing,
    'messageable' => "Event::1",
    'created_at' => '2024-03-22 16:07:53.593119 UTC',
    'updated_at' => '2024-03-22 16:08:01.418188 UTC'
  }
]

closes #4

@bedrock-adam bedrock-adam linked an issue Mar 10, 2024 that may be closed by this pull request
@bedrock-adam bedrock-adam changed the title add Messages.list(status:, sort:, order:, page:, per_page:) add Messages.list(status: 'unpublished', sort: 'created_at', order: 'asc', page: 1, per_page: 100) Mar 10, 2024
@bedrock-adam bedrock-adam changed the title add Messages.list(status: 'unpublished', sort: 'created_at', order: 'asc', page: 1, per_page: 100) add Messages.list(status:, sort:, order:, page:, per_page:) Mar 10, 2024
@bedrock-adam bedrock-adam changed the title add Messages.list(status:, sort:, order:, page:, per_page:) add Messages.list Mar 22, 2024
@bedrock-adam bedrock-adam marked this pull request as ready for review March 22, 2024 16:10
@bedrock-adam bedrock-adam merged commit 390e4b7 into master Mar 22, 2024
1 check passed
@bedrock-adam bedrock-adam deleted the feature/add_messages_list branch March 22, 2024 16:12
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.

add Messages.list(status:, sort:, order:, page:, per_page:)
1 participant