-
- Downloads
New API method: /api/v1/search
Returns accounts, statuses, hashtags arrays
Showing
- app/controllers/api/v1/accounts_controller.rb 1 addition, 1 deletionapp/controllers/api/v1/accounts_controller.rb
- app/controllers/api/v1/search_controller.rb 9 additions, 0 deletionsapp/controllers/api/v1/search_controller.rb
- app/models/account.rb 2 additions, 2 deletionsapp/models/account.rb
- app/models/tag.rb 19 additions, 0 deletionsapp/models/tag.rb
- app/services/account_search_service.rb 26 additions, 0 deletionsapp/services/account_search_service.rb
- app/services/fetch_remote_resource_service.rb 18 additions, 0 deletionsapp/services/fetch_remote_resource_service.rb
- app/services/search_service.rb 9 additions, 14 deletionsapp/services/search_service.rb
- app/views/api/v1/search/index.rabl 13 additions, 0 deletionsapp/views/api/v1/search/index.rabl
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
Loading
Please register or sign in to comment