Make a 'GET' API to get the search query and returns back a sample markdown content #4

Closed
opened 2022-08-09 15:18:23 +00:00 by danny-mhlv · 0 comments
danny-mhlv commented 2022-08-09 15:18:23 +00:00 (Migrated from 85.143.176.51:3000)

This API should follow REST principles.

It needs to have the versioning also.

http://{ip}:{port}/api/v1/search?query={search query}

It should be able to split the words with a space between and make an array of the search keywords.

It makes sense to return back the array or tags inside the API reponse.

This API should be fully covered by tests (Unit tests and e2e tests).

This API should follow REST principles. It needs to have the versioning also. http://{ip}:{port}/api/v1/search?query={search query} It should be able to split the words with a space between and make an array of the search keywords. It makes sense to return back the array or tags inside the API reponse. This API should be fully covered by tests (Unit tests and e2e tests).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scipaper/Backend#4
No description provided.