Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 470d312

Browse files
committed
:octocat:
1 parent db7b6d5 commit 470d312

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/GuildWars2/GuildWars2Endpoints.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
/**
33
* Class GuildWars2Endpoints (auto created)
44
*
5+
* @link https://wiki.guildwars2.com/wiki/API:Main
56
* @link https://api.guildwars2.com/v2.json
67
*
78
* @filesource GuildWars2Endpoints.php
8-
* @created 28.07.2019
9+
* @created 11.11.2019
910
* @package chillerlan\OAuth\Providers\GuildWars2
1011
* @license MIT
1112
*/
@@ -52,6 +53,12 @@ class GuildWars2Endpoints extends EndpointMap{
5253
'path_elements' => [],
5354
];
5455

56+
protected $accountEmotes = [
57+
'path' => '/account/emotes',
58+
'query' => ['access_token'],
59+
'path_elements' => [],
60+
];
61+
5562
protected $accountFinishers = [
5663
'path' => '/account/finishers',
5764
'query' => ['access_token'],
@@ -586,6 +593,12 @@ class GuildWars2Endpoints extends EndpointMap{
586593
'path_elements' => ['id'],
587594
];
588595

596+
protected $emotes = [
597+
'path' => '/emotes',
598+
'query' => [],
599+
'path_elements' => [],
600+
];
601+
589602
protected $files = [
590603
'path' => '/files',
591604
'query' => [],

0 commit comments

Comments
 (0)