feat(ckan): makes it possible to search private datasets on the ckan api

This commit is contained in:
João Demenech
2023-08-30 18:35:40 -03:00
parent 91217f3256
commit 0156e72dd3
3 changed files with 74 additions and 108 deletions

View File

@@ -69,6 +69,7 @@ export interface PackageSearchOptions {
query?: string;
resFormat?: Array<string>;
sort?: string;
include_private?: boolean;
}
export interface Tag {