Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

feat: add pagination to endpoint #289

Merged
merged 3 commits into from
Jul 22, 2022

Conversation

Cahllagerfeld
Copy link
Member

@Cahllagerfeld Cahllagerfeld commented Jul 1, 2022

closes #288

Copy link
Member Author

@Cahllagerfeld Cahllagerfeld left a comment

Choose a reason for hiding this comment

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

We prob need to add that to other endpoints as well

@Cahllagerfeld Cahllagerfeld marked this pull request as ready for review July 20, 2022 07:35
).to.match(regex);
break;
}
} else {
Copy link
Member

Choose a reason for hiding this comment

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

I find it easier to read if the if ends with a return and then the else is not required

Copy link
Member Author

@Cahllagerfeld Cahllagerfeld Jul 22, 2022

Choose a reason for hiding this comment

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

You got me there :D this thing was generated by Copilot xD I'll refactor it 👍

Copy link
Member

@eddiejaoude eddiejaoude left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@Cahllagerfeld Cahllagerfeld merged commit d9d6709 into main Jul 22, 2022
@Cahllagerfeld Cahllagerfeld deleted the cahllagerfeld/introduce-pagination-288 branch July 22, 2022 14:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce Pagination
2 participants