You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Calls to the @getObject@ method of any service should not take parameters. The gem now warns if you make this type of call and ignores the parameters. This prevents @SoftLayer_Virtual_Guest::getObject@ from accidentally creating (billable) CCI instances.
3
+
4
+
*1.0.6*
5
+
* Make all API calls with either a @GET@ or a @POST@ as the HTTP verb.
6
+
7
+
*1.0.5*
8
+
* Fixed a bug where empty hashes and empty arrays would not generate meaningful object masks
9
+
10
+
*1.0.4*
11
+
* Fixed a bug where the @result_limit@ and @result_offset@ object filters were just not working.
12
+
13
+
*1.0.3*
14
+
* Added a request filter to add result limits to request. Submitted by JN. Thanks!
15
+
16
+
*1.0.2*
17
+
* We have some API routines that start with 'get' but expect arguments anyway. The code now uses HTTP POST to send requests for which the user has provided arguments regardless of the name of the routine.
0 commit comments