Me Api
Connected user related operations
Functions
delete Clear Apikey
Link copied to clipboard
Clear/destroy an apikey
delete Me
Link copied to clipboard
Delete my profile
get Me
Link copied to clipboard
Fetch the current user (me) identity
get My Datasets
Link copied to clipboard
List all my datasets (including private ones)
get My Metrics
Link copied to clipboard
Fetch the current user (me) metrics
get My Org Community Resources
Link copied to clipboard
abstract Flow<DgfrCallState<List<CommunityResource>>> getMyOrgCommunityResources(String q)
Content copied to clipboard
List all community resources related to me and my organizations
get My Org Datasets
Link copied to clipboard
List all datasets related to me and my organizations
get My Org Discussions
Link copied to clipboard
abstract Flow<DgfrCallState<List<Discussion>>> getMyOrgDiscussions(String q)
Content copied to clipboard
List all discussions related to my organizations
get My Org Issues
Link copied to clipboard
List all issues related to my organizations
get My Org Reuses
Link copied to clipboard
List all reuses related to me and my organizations
get My Reuses
Link copied to clipboard
List all my reuses (including private ones)
post Generate Apikey
Link copied to clipboard
(Re)Generate my API Key
post My Avatar
Link copied to clipboard
abstract Flow<DgfrCallState<UploadedImage>> postMyAvatar(ByteArray file, String fileName, String contentType)
Content copied to clipboard
Upload a new avatar
put Update Me
Link copied to clipboard
Update my profile
Inheritors
DgfrService
Link copied to clipboard