CenterForDigitalHumanities / TPEN-services

Services required by TPEN interfaces in order to interact with data
1 stars 0 forks source link

simple getUserProfile() workflow #71

Open cubap opened 5 months ago

cubap commented 5 months ago

services endpoint at GET /user/{ID}

{ "url": "https://store.rerum.io/v1/id/1213141516171819", 
  "number_of_projects": 6, 
  "public_projects": [ 
    "https://api.t-pen.org/project/32333435363738?view=html",
    "https://api.t-pen.org/project/98979695949392?view=html"
  ],
  "profile": {
    "https://orchid.id" : "0000-0000-3245-1188",
    "display_name" : "Samply McSampleface"
}

simple UserProfile factory

Notes