File tree Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Expand file tree Collapse file tree 5 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ /**
4+ * Interface for API classes
5+ *
6+ * @author Brent Shaffer <bshafs at gmail dot com>
7+ * @license MIT License
8+ */
39interface EchoNest_ApiInterface
410{
511}
Original file line number Diff line number Diff line change 22
33/**
44 * Autoloads EchoNest classes
5+ *
6+ * @author Brent Shaffer <bshafs at gmail dot com>
7+ * @license MIT License
58 */
69class EchoNest_Autoloader
710{
Original file line number Diff line number Diff line change 33/**
44 * Performs requests on EchoNest API. API documentation should be self-explanatory.
55 *
6- * @author Thibault Duplessis <thibault.duplessis at gmail dot com>
6+ * @author Brent Shaffer <bshafs at gmail dot com>
77 * @license MIT License
88 */
99abstract class EchoNest_HttpClient implements EchoNest_HttpClientInterface
Original file line number Diff line number Diff line change 11<?php
22
33/**
4- * Performs requests on GitHub API. API documentation should be self-explanatory.
4+ * Performs requests on EchoNest API. API documentation should be self-explanatory.
55 *
66 * @author Brent Shaffer <bshafs at gmail dot com>
77 * @license MIT License
Original file line number Diff line number Diff line change 33/**
44 * Performs requests on EchoNest API. API documentation should be self-explanatory.
55 *
6- * @author Thibault Duplessis <thibault.duplessis at gmail dot com>
6+ * @author Brent Shaffer <bshafs at gmail dot com>
77 * @license MIT License
88 */
99interface EchoNest_HttpClientInterface
You can’t perform that action at this time.
0 commit comments