File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 55use Github \Exception \ApiLimitExceedException ;
66use Psr \Http \Message \ResponseInterface ;
77
8+ /**
9+ * @final since 2.19
10+ */
811class ResponseMediator
912{
1013 /**
Original file line number Diff line number Diff line change 1212 * Add authentication to the request.
1313 *
1414 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
15+ * @final since 2.19
1516 */
1617class Authentication implements Plugin
1718{
Original file line number Diff line number Diff line change 1717/**
1818 * @author Joseph Bielawski <stloyd@gmail.com>
1919 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
20+ * @final since 2.19
2021 */
2122class GithubExceptionThrower implements Plugin
2223{
Original file line number Diff line number Diff line change 1010 * A plugin to remember the last response.
1111 *
1212 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
13+ * @final since 2.19
1314 */
1415class History implements Journal
1516{
Original file line number Diff line number Diff line change 1010 * Prepend the URI with a string.
1111 *
1212 * @author Tobias Nyholm <tobias.nyholm@gmail.com>
13+ * @final since 2.19
1314 */
1415class PathPrepend implements Plugin
1516{
You can’t perform that action at this time.
0 commit comments