Skip to content
Snippets Groups Projects

fix: update user calls to use updated authentication data and calls

Merged Martin Lowe requested to merge malowe/main/1.2.2-upgrade into main
7 files
+ 13
89
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 0
72
@@ -221,42 +221,6 @@ components:
type: array
items:
$ref: "#/components/schemas/EfUser"
example:
- uid: "606609"
name: zacharysabourin
mail: zachary.sabourin@eclipse-foundation.org
picture: https://secure.gravatar.com/avatar/fbbbb03860062596a5cf11105dcc7d47.jpg?d=mm&s=185&r=G
eca:
signed: true
can_contribute_spec_project: true
is_committer: true
first_name: Zachary
last_name: Sabourin
github_handle: zacharysabourin
twitter_handle: sometwitteruser
publisher_agreements:
"open-vsx":
version: "1"
org: Eclipse Foundation
org_id: null
job_title: Web Developer
website: https://google.com
country:
code: CA
name: Canada
bio: This is my bio. Hello!
interests:
- MTG
- Warhammer
- Bass guitar
working_groups_interests:
- adoptium
- oniro
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
gerrit_url: https://api.eclipse.org/account/profile/zacharysabourin/gerrit
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mpc_favorites_url: https://api.eclipse.org/marketplace/favorites?name=zacharysabourin
EfUser:
type: object
@@ -370,42 +334,6 @@ components:
- type: string
- type: "null"
description: "The user's Marketplace favorites URL."
example:
uid: "606609"
name: zacharysabourin
mail: zachary.sabourin@eclipse-foundation.org
picture: https://secure.gravatar.com/avatar/fbbbb03860062596a5cf11105dcc7d47.jpg?d=mm&s=185&r=G
eca:
signed: true
can_contribute_spec_project: true
is_committer: true
first_name: Zachary
last_name: Sabourin
github_handle: zacharysabourin
twitter_handle: sometwitteruser
publisher_agreements:
"open-vsx":
version: "1"
org: Eclipse Foundation
org_id: null
job_title: Web Developer
website: https://google.com
country:
code: CA
name: Canada
bio: This is my bio. Hello!
interests:
- MTG
- Warhammer
- Bass guitar
working_groups_interests:
- adoptium
- oniro
eca_url: https://api.eclipse.org/account/profile/zacharysabourin/eca
projects_url: https://api.eclipse.org/account/profile/zacharysabourin/projects
gerrit_url: https://api.eclipse.org/account/profile/zacharysabourin/gerrit
mailinglist_url: https://api.eclipse.org/account/profile/zacharysabourin/mailing-list
mpc_favorites_url: https://api.eclipse.org/marketplace/favorites?name=zacharysabourin
Eca:
type: object
Loading