-
0.2.06793b2da · ·
Switching API Host name define to the Live server. To use the release server, add the following define to your script: define('iRAP\VidaSDK\IRAP_API_URL', 'https://api.release.vida.irap.org');
-
-
0.1.15d8513b94 · ·
Tweaks the get user token method to prevent PHP notices being thrown if the request fails
-
-
-
-
-
-
-
0.1.82372597e · ·
Adds sorting order to the signature generator for consistency with mixed type keys
-
gwl-testb5e0a898 · ·
Echos out some diagnostic information to debug an error. This tag will be deleted when finished with
-
-
-
0.1.6fa9bb4fd · ·
Adds filters to get requests, via the new filter object. Renames auth parameters in requests to prevent namespace conflicts. Adds all parameters to the authentication signature, to ensure all data is sent without 3rd party tampering.
-
-
0.1.4263a7ec9 · ·
Adds the permissions resource to the SDK, so that an app can check what permissions it has, either as itself, or when acting as a user
-
0.1.319f4468c · ·
Tidies up the SDK, removing some unused methods and adding methods to set and unset user access to resources
-
-
0.1.13568d6ff · ·
Adds the getCountries() method to the SDK Adds the country id field to the Projects resource Changes the required params for add/replace dataset methods
-
0.1.00dc9c11c · ·
This release rearranges the structure of the authentication system, to make it easier to use. There is now one class for accessing the API on behalf of a user and another for accessing the API without user authentication. Previously the same class was used for both, but a setUserToken() method had to be called whenever the developer was making a call for the user. The changes also make it easier to act on behalf of multiple users at once, as a different object for each user can be instantiated at the same time. Previously this would have caused an error, as user tokens were being stored internally in constants, rather than as object member variables. The signature changes resulting from these improvements have necessitated a medium version increment.