Searching For Articles
GET /search[?query&limit]
Get the top search results for a given string.
Arguments | |
query Required | The search term string you'd like results for |
limit Optional | How many results you'd like to receive Default: 10, Max: 100 |
Example response:
{
"articles": [ Article ]
}