You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal: Implement an API endpoint to search accounts by name.
Background: This endpoint is important for allowing the client search an account. The search query should be an optional input parameter.The default list without search can be a list of accounts sorted by last modified date.
Tasks:
Design and implement a new API endpoint
The endpoint should return the list of accounts.
Implement error handling to cover cases like server errors, unauthorised request etc.
Write tests for the new endpoint
The text was updated successfully, but these errors were encountered:
Goal: Implement an API endpoint to search accounts by name.
Background: This endpoint is important for allowing the client search an account. The search query should be an optional input parameter.The default list without search can be a list of accounts sorted by last modified date.
Tasks:
The text was updated successfully, but these errors were encountered: