|
4 | 4 |
|
5 | 5 | use Illuminate\Support\Facades\Facade; |
6 | 6 |
|
| 7 | +/** |
| 8 | + * @method static authenticate() |
| 9 | + * @method static refresh() |
| 10 | + * @method static revoke() |
| 11 | + * @method static versions() |
| 12 | + * @method static resources() |
| 13 | + * @method static identity() |
| 14 | + * @method static getBaseUrl() |
| 15 | + * @method static getInstanceURL() |
| 16 | + * @method static get(string $resource) |
| 17 | + * @method static head(string $resource) |
| 18 | + * @method static delete(string $resource) |
| 19 | + * @method static query(string $query) |
| 20 | + * @method static post(string $resource, array $options = []) |
| 21 | + * @method static patch(string $resource, array $options = []) |
| 22 | + * @method static put(string $resource, array $options = []) |
| 23 | + * @method static custom(string $resource, array $options = []) |
| 24 | + * @method static sobjects(string $resource, array $options = []) |
| 25 | + * @method static chatter(string $resource, array $options = []) |
| 26 | + * @method static tabs(string $resource, array $options = []) |
| 27 | + * @method static appMenu(string $resource, array $options = []) |
| 28 | + * @method static quickActions(string $resource, array $options = []) |
| 29 | + * @method static commerce(string $resource, array $options = []) |
| 30 | + * @method static wave(string $resource, array $options = []) |
| 31 | + * @method static exchange-connect(string $resource, array $options = []) |
| 32 | + * @method static analytics(string $resource, array $options = []) |
| 33 | + * @method static composite(string $resource, array $options = []) |
| 34 | + * @method static theme(string $resource, array $options = []) |
| 35 | + * @method static nouns(string $resource, array $options = []) |
| 36 | + * @method static recent(string $resource, array $options = []) |
| 37 | + * @method static licensing(string $resource, array $options = []) |
| 38 | + * @method static async-queries(string $resource, array $options = []) |
| 39 | + * @method static emailConnect(string $resource, array $options = []) |
| 40 | + * @method static compactLayouts(string $resource, array $options = []) |
| 41 | + * @method static flexiPage(string $resource, array $options = []) |
| 42 | + * @method static knowledgeManagement(string $resource, array $options = []) |
| 43 | + * @method static actions(string $resource, array $options = []) |
| 44 | + * @method static support(string $resource, array $options = []) |
| 45 | +*/ |
7 | 46 | class Forrest extends Facade |
8 | 47 | { |
9 | 48 | /** |
|
0 commit comments