5 #import <Foundation/Foundation.h> 9 NS_ASSUME_NONNULL_BEGIN
38 @property (strong, nonatomic, readonly) NSString *endpoint;
42 @property (strong, nonatomic, readonly)
VEVVault *vault;
55 @property (strong, nonatomic, nullable) NSMutableDictionary *
parameters;
Instances of this class may be instantiated directly in order to invoke arbitrary Vault endpoints...
Definition: VEVVaultServerRequest.h:16
VEVParameterEncoding
The encoding used by a request's params.
Definition: VEVVaultAPI.h:35
NSMutableDictionary * parameters
Dictionary that can be used to pass additional parameters to the Vault API.
Definition: VEVVaultServerRequest.h:55
An object type that refers to a particular Vault. VEVVaultAuth::currentUser tracks the authenticated ...
Definition: VEVVaultAuth.h:22
VEVRequestMethod
The HTTP method to use when invoking a request on Vault.
Definition: VEVVaultAPI.h:18