Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
WebService-Mattermost
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mike Jones
WebService-Mattermost
Commits
823a74a4
Commit
823a74a4
authored
Oct 25, 2018
by
Mike Jones
🌶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use setter for Emoji available API methods
parent
7b805ac6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dist.ini
dist.ini
+1
-1
lib/WebService/Mattermost.pm
lib/WebService/Mattermost.pm
+1
-1
lib/WebService/Mattermost/V4/API/Object/Emoji.pm
lib/WebService/Mattermost/V4/API/Object/Emoji.pm
+1
-1
No files found.
dist.ini
View file @
823a74a4
...
@@ -4,7 +4,7 @@ license = MIT
...
@@ -4,7 +4,7 @@ license = MIT
copyright_holder
=
Mike Jones
copyright_holder
=
Mike Jones
copyright_year
=
2018
copyright_year
=
2018
version
=
0.00
4
version
=
0.00
5
[TestRelease]
[TestRelease]
[ConfirmRelease]
[ConfirmRelease]
...
...
lib/WebService/Mattermost.pm
View file @
823a74a4
...
@@ -5,7 +5,7 @@ use Types::Standard qw(Bool Int Object Str);
...
@@ -5,7 +5,7 @@ use Types::Standard qw(Bool Int Object Str);
use
WebService::Mattermost::V4::
API
;
use
WebService::Mattermost::V4::
API
;
our
$VERSION
=
0.00
4
;
our
$VERSION
=
0.00
5
;
with
'
WebService::Mattermost::Role::Logger
';
with
'
WebService::Mattermost::Role::Logger
';
...
...
lib/WebService/Mattermost/V4/API/Object/Emoji.pm
View file @
823a74a4
...
@@ -18,7 +18,7 @@ sub BUILD {
...
@@ -18,7 +18,7 @@ sub BUILD {
my
$self
=
shift
;
my
$self
=
shift
;
$self
->
api_resource_name
('
emoji
');
$self
->
api_resource_name
('
emoji
');
$self
->
available_api_methods
([
qw(
$self
->
set_
available_api_methods
([
qw(
delete
delete
get_image
get_image
)
]);
)
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment