add user folder endpoint

This commit is contained in:
Hivert Quentin
2025-05-23 14:44:42 +02:00
parent 9aab41975d
commit b5deb663ad
10 changed files with 303 additions and 13 deletions

View File

@@ -25,7 +25,9 @@
#import <Foundation/NSArray.h>
#import <SOGoAPI.h>
@class WOContext;
@interface SOGoAPIVersion : SOGoAPI
- (NSArray *) methodAllowed;
- (NSDictionary *) action;
- (NSDictionary *) action: (WOContext*) ctx withParam: (NSDictionary *) param;
@end