Closed
Bug 916806
Opened 12 years ago
Closed 11 years ago
[API] Export external accounts.
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
2013-12-19
People
(Reporter: giorgos, Assigned: sancus)
References
Details
(Whiteboard: [kb=1215709] )
No description provided.
Reporter | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [kb=1117224]
Reporter | ||
Updated•11 years ago
|
Whiteboard: [kb=1117224]
Assignee | ||
Updated•11 years ago
|
Whiteboard: [kb=1215709]
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → sancus
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/99a8538abc0d163d0fa0a7dd7fe756329e617969
[Fix Bug 916806, Fix Bug 950229] Add external accounts to API and searchable parameter
https://github.com/mozilla/mozillians/commit/7ba4a896eb68a5d48309cfd2bcf7b772a85f93e1
Merge pull request #750 from Sancus/accountsapi
[Fix Bug 916806, Fix Bug 950229] Add external accounts to API and searchable parameter
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
External accounts are now part of the payload of user data:
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 1
},
"objects": [
{
"accounts": [
{
"identifier": "hoosteeno",
"type": "GITHUB"
},
{
"identifier": "hoosteeno",
"type": "TWITTER"
},
{
"identifier": "http://hoosteeno.com/",
"type": "WEBSITE"
}
],
<snip>
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Target Milestone: --- → 2013-12-19
You need to log in
before you can comment on or make changes to this bug.
Description
•