Skip to content

Commit

Permalink
update ts aurelia petstore samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jan 29, 2018
1 parent 7faaa09 commit 36b042d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.4.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class PetApi extends Api {
* Creates a new PetApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class StoreApi extends Api {
* Creates a new StoreApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class UserApi extends Api {
* Creates a new UserApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);
Expand Down

0 comments on commit 36b042d

Please sign in to comment.