Make a 'GET' API to get the search query and returns back a sample markdown content #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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).