-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add owner property to IdeResponse. (#78)
* Add owner property to IdeResponse. * Update fixtures. * Test new property. * Add conditional. * Fix indentation. * PHPCS
- Loading branch information
Showing
5 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,20 @@ | |
"ide": { | ||
"href": "https://215824ff-272a-4a8c-9027-df32ed1d68a9.ides.acquia.com" | ||
} | ||
}, | ||
"_embedded": { | ||
"owner": { | ||
"uuid": "10be1d3e-f2b4-4d34-855d-321df3938ffd", | ||
"first_name": "First", | ||
"last_name": "Last", | ||
"last_login_at": "2019-01-31T10:53:11-05:00", | ||
"created_at": "2016-08-14T17:38:59-04:00", | ||
"email": "[email protected]", | ||
"picture_url": "https://accounts.acquia.com/path/to/image.png", | ||
"username": "user.name" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,17 @@ | |
"ide": { | ||
"href": "https://215824ff-272a-4a8c-9027-df32ed1d68a9.ides.acquia.com" | ||
} | ||
}, | ||
"_embedded": { | ||
"owner": { | ||
"uuid": "10be1d3e-f2b4-4d34-855d-321df3938ffd", | ||
"first_name": "First", | ||
"last_name": "Last", | ||
"last_login_at": "2019-01-31T10:53:11-05:00", | ||
"created_at": "2016-08-14T17:38:59-04:00", | ||
"email": "[email protected]", | ||
"picture_url": "https://accounts.acquia.com/path/to/image.png", | ||
"username": "user.name" | ||
} | ||
} | ||
} | ||
} |