Please enable JavaScript.
Coggle requires JavaScript to display documents.
Twitter design - Coggle Diagram
Twitter design
-
-
-
Designing REST API
search(api_key, search_words, max_results, sort, page_token)
parameters
api_key (string): The API key of a registered account. This will be used to, among other things, restrict users based on their allocated permissions/quota.
sort (number): Optional sort mode: Latest first (0 - default), Best matched (1), Most liked (2).
-