Skip to content
This repository has been archived by the owner. It is now read-only.

Add support for token based api authentication #6

Open
wants to merge 4 commits into
base: master
from
Open
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Upgrade search method to use version 2 of api(apiv2). None of the oth…

…er old features seems to have an equivalent endpoint anymore.
  • Loading branch information
rineez-livares committed Nov 21, 2017
commit cda28149176941e6206ec94e85807bf0f67657ab
@@ -137,7 +137,7 @@ public function disableDiscovery($inputId) {

public function search($q, $params = null) {
$params['q'] = $q;
return $this->makeRequest('/api/search', $params);
return $this->makeRequest('/apiv2/events/iterate', $params);
}

public function facet($q, $facet = 'date', $params = null) {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.