Added tag bookmarks screen

This commit is contained in:
Juan Gilsanz Polo
2024-02-24 18:39:23 +01:00
parent e50e5dd81f
commit ac8c96cf43
15 changed files with 361 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ class ApiClientService {
Future<ApiResponse<BookmarksResponse>> fetchBookmarks({String? q, int? limit, int? offset}) async {
try {
final response = await dioInstance.get(
"/bookmarks",
"/bookmarks/",
queryParameters: {
"q": q,
"limit": limit,