GET /tags/google
Zwraca najnowsze wpisy z tagiem "google"
GET /tags/google/since/10
Zwraca do wszystkie statusy otagowane "google" nowsze od statusu o id 10
Parametry
?limit=20
Limit zwróconych wiadomości. Domyślnie wynosi maks. 50 wpisów
?offset=20
Parametr offset pozwala cofnąć się w czasie o x statusów
Przykład
http://api.cambler.pl/tags/google
{
'id': 140,
'created_at': '2007-10-18 11:27:20',
'transport': { 'id': 6, 'name': 'www' },
'body': 'wujek #google',
'type': 'Status',
'user_path': '/users/mat',
}
...