Merge pull request #135 from PietroCarrara/overboard-api

Build overboard json
This commit is contained in:
nonmakina 2021-01-12 22:03:28 -06:00 committed by GitHub
commit 64a53e16e6
4 changed files with 41 additions and 10 deletions

View file

@ -35,11 +35,13 @@ class Api {
'cycle' => 'cyclical',
'bump' => 'last_modified',
'embed' => 'embed',
'board' => 'board',
);
$this->threadsPageFields = array(
'id' => 'no',
'bump' => 'last_modified'
'bump' => 'last_modified',
'board' => 'board',
);
$this->fileFields = array(