Skip to content

Commit cb6e143

Browse files
committed
removed repositories/changesets/likes endpoint. ref gentlero#1
1 parent 85cb415 commit cb6e143

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

lib/Bitbucket/API/Repositories/Changesets.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,6 @@ public function diff($account, $repo, $node)
9191
);
9292
}
9393

94-
/**
95-
* Get the likes on an individual changeset
96-
*
97-
* @access public
98-
* @param string $account The team or individual account owning the repo.
99-
* @param string $repo The repository identifier.
100-
* @param string $node The raw_node changeset identifier.
101-
* @return void
102-
*
103-
* @see https://bitbucket.org/gentlero/bitbucket-api/issue/1/changesets-likes-endpoint-returns-404
104-
* @codeCoverageIgnore
105-
*/
106-
public function likes($account, $repo, $node)
107-
{}
108-
10994
/**
11095
* Get comments
11196
*

0 commit comments

Comments
 (0)