common/rest_api/rest_api library

DESCRIPTION

Copyright (C) 2023-2025, Software Innovation Institute

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Anushka Vidanage, Graham Williams, Jess Moore

Functions

getNoteList(BuildContext context, Widget childPage) Future<Map<String, dynamic>>
Get the map comprising the list of notes and their data to return notesMap. Parameters: childPage is the child widget to return to
getSharedNoteContent(BuildContext context, Widget childPage, Map sharedNoteData) Future<Map>
getSharedNotes(BuildContext context, Widget childPage, {bool filesWithGrantAccess = true}) Future<Map>
noteInfoMap(String noteContent) Map