]> cat aescling's git repositories - mastodon.git/commit
New API method: /api/v1/search
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 22 Mar 2017 01:32:27 +0000 (02:32 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 22 Mar 2017 01:32:27 +0000 (02:32 +0100)
commit05cf086766396745219582951f9b792ac5ed2bfb
tree8ea8471b0565847f41fca533d0e100b181593fa0
parent98571b0ce4b63c5ce4198681fa4e3800938f4c9e
New API method: /api/v1/search
Returns accounts, statuses, hashtags arrays
app/controllers/api/v1/accounts_controller.rb
app/controllers/api/v1/search_controller.rb [new file with mode: 0644]
app/models/account.rb
app/models/tag.rb
app/services/account_search_service.rb [new file with mode: 0644]
app/services/fetch_remote_resource_service.rb [new file with mode: 0644]
app/services/search_service.rb
app/views/api/v1/search/index.rabl [new file with mode: 0644]
config/routes.rb