Skip to content

Conversation

@AkaMandakeru
Copy link
Owner

@AkaMandakeru AkaMandakeru commented Dec 16, 2024

Description

Create an API endpoint that exposes People to the public with filtering based on email, and pagination. Example GET request: { email: '[email protected]', page: 1, per_page: 10 }

Create an API endpoint that exposes Companies to the public with filtering based on case insensitive partial matches to company name with pagination. Example GET request: { name: 'digital', page: 1, per_page: 10 }

Endpoints

Companies: /api/companies?name=group
People: /api/people?email=group

Demo

image

@AkaMandakeru AkaMandakeru self-assigned this Dec 16, 2024
@AkaMandakeru AkaMandakeru merged commit 0e80a8b into base-fixes-branch Dec 16, 2024
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.

1 participant