Skip to content

Instantly share code, notes, and snippets.

View alvarolb's full-sized avatar
🎯
Focusing

Alvaro Luis Bustamante alvarolb

🎯
Focusing
View GitHub Profile
@alvarolb
alvarolb / function_sample
Created November 21, 2013 21:55
Restler explorer issue
/**
* Get items by search string
*
* Return all items that matches the search string
*
* @param array $request_data Search content
* @param string $search_string Search string in title or description
* @param array $search_type Search type
* @url POST search
* @throws RestException