1 | <?php namespace JobApis\Jobs\Client\Queries; |
||
3 | class GoRemoteQuery extends AbstractQuery |
||
4 | { |
||
5 | /** |
||
6 | * GoRemote.io provides no search parameters, just |
||
7 | * a feed of all their latest jobs via RSS. |
||
8 | */ |
||
9 | |||
10 | /** |
||
11 | * Get baseUrl |
||
12 | * |
||
13 | * @return string Value of the base url to this api |
||
14 | */ |
||
15 | 4 | public function getBaseUrl() |
|
19 | |||
20 | /** |
||
21 | * Get keyword |
||
22 | * |
||
23 | * @return string Attribute being used as the search keyword |
||
24 | */ |
||
25 | 4 | public function getKeyword() |
|
29 | } |
||
30 |