restforce-db 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/lib/restforce/db/accumulator.rb +13 -0
  3. data/lib/restforce/db/field_processor.rb +70 -0
  4. data/lib/restforce/db/instances/salesforce.rb +10 -0
  5. data/lib/restforce/db/record_types/salesforce.rb +2 -2
  6. data/lib/restforce/db/synchronizer.rb +2 -1
  7. data/lib/restforce/db/version.rb +1 -1
  8. data/lib/restforce/db.rb +1 -0
  9. data/test/cassettes/Restforce_DB_Associator/_run/given_a_BelongsTo_association/given_another_record_for_association/when_the_Salesforce_association_is_out_of_date/updates_the_association_ID_in_Salesforce.yml +135 -82
  10. data/test/cassettes/Restforce_DB_Associator/_run/given_a_BelongsTo_association/given_another_record_for_association/when_the_database_association_is_out_of_date/updates_the_associated_record_in_the_database.yml +152 -99
  11. data/test/cassettes/Restforce_DB_Cleaner/_run/given_a_synchronized_Salesforce_record/when_the_mapping_has_no_conditions/does_not_drop_the_synchronized_database_record.yml +120 -0
  12. data/test/cassettes/Restforce_DB_Cleaner/_run/given_a_synchronized_Salesforce_record/when_the_record_does_not_meet_the_mapping_conditions/for_a_non-Passive_strategy/drops_the_synchronized_database_record.yml +34 -36
  13. data/test/cassettes/Restforce_DB_Cleaner/_run/given_a_synchronized_Salesforce_record/when_the_record_meets_the_mapping_conditions/does_not_drop_the_synchronized_database_record.yml +35 -37
  14. data/test/cassettes/Restforce_DB_Initializer/_run/given_an_existing_database_record/for_an_Always_strategy/populates_Salesforce_with_the_new_record.yml +96 -44
  15. data/test/cassettes/Restforce_DB_Instances_Salesforce/_update_/updates_the_local_record_with_the_passed_attributes.yml +88 -35
  16. data/test/cassettes/Restforce_DB_Instances_Salesforce/_update_/updates_the_record_in_Salesforce_with_the_passed_attributes.yml +96 -43
  17. data/test/cassettes/Restforce_DB_RecordTypes_Salesforce/_create_/creates_a_record_in_Salesforce_from_the_passed_database_record_s_attributes.yml +81 -28
  18. data/test/cassettes/Restforce_DB_RecordTypes_Salesforce/_create_/updates_the_database_record_with_the_Salesforce_record_s_ID.yml +81 -28
  19. data/test/cassettes/Restforce_DB_Synchronizer/_run/given_a_Salesforce_record_with_an_associated_database_record/updates_the_database_record.yml +88 -35
  20. data/test/cassettes/Restforce_DB_Synchronizer/_run/given_a_Salesforce_record_with_an_associated_database_record/updates_the_salesforce_record.yml +96 -43
  21. data/test/lib/restforce/db/accumulator_test.rb +16 -0
  22. data/test/lib/restforce/db/cleaner_test.rb +15 -9
  23. data/test/lib/restforce/db/collector_test.rb +13 -15
  24. data/test/lib/restforce/db/field_processor_test.rb +51 -0
  25. data/test/lib/restforce/db/initializer_test.rb +10 -13
  26. data/test/lib/restforce/db/runner_cache_test.rb +1 -0
  27. data/test/support/utilities.rb +1 -0
  28. metadata +5 -3
  29. data/test/cassettes/Restforce_DB_Instances_Salesforce/_copy_/updates_the_record_with_the_attributes_from_the_copied_object.yml +0 -194
@@ -21,10 +21,10 @@ http_interactions:
21
21
  message: OK
22
22
  headers:
23
23
  Date:
24
- - Mon, 04 May 2015 03:15:20 GMT
24
+ - Fri, 15 May 2015 01:21:35 GMT
25
25
  Set-Cookie:
26
- - BrowserId=f8mT0XHDTJiqRCvhSpY_nw;Path=/;Domain=.salesforce.com;Expires=Fri,
27
- 03-Jul-2015 03:15:20 GMT
26
+ - BrowserId=1j7CSGxXSGmABTSLNdV-OA;Path=/;Domain=.salesforce.com;Expires=Tue,
27
+ 14-Jul-2015 01:21:35 GMT
28
28
  Expires:
29
29
  - Thu, 01 Jan 1970 00:00:00 GMT
30
30
  Pragma:
@@ -37,9 +37,9 @@ http_interactions:
37
37
  - chunked
38
38
  body:
39
39
  encoding: ASCII-8BIT
40
- string: '{"id":"https://login.salesforce.com/id/00D1a000000H3O9EAK/0051a000000UGT8AAO","issued_at":"1430709320615","token_type":"Bearer","instance_url":"https://<host>","signature":"8YDUYsEk+RvjVXfzp8kUPZwqF5ZDV+zfzWC0hZdlceo=","access_token":"00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX"}'
40
+ string: '{"id":"https://login.salesforce.com/id/00D1a000000H3O9EAK/0051a000000UGT8AAO","issued_at":"1431652895803","token_type":"Bearer","instance_url":"https://<host>","signature":"yr5PJJM+uMppHWQ3IDul6FOK9ofJZTvM750pL/4ajSc=","access_token":"00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb"}'
41
41
  http_version:
42
- recorded_at: Mon, 04 May 2015 03:15:20 GMT
42
+ recorded_at: Fri, 15 May 2015 01:21:35 GMT
43
43
  - request:
44
44
  method: post
45
45
  uri: https://<host>/services/data/v26.0/sobjects/Contact
@@ -52,7 +52,7 @@ http_interactions:
52
52
  Content-Type:
53
53
  - application/json
54
54
  Authorization:
55
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
55
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
56
56
  Accept-Encoding:
57
57
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
58
58
  Accept:
@@ -63,38 +63,38 @@ http_interactions:
63
63
  message: Created
64
64
  headers:
65
65
  Date:
66
- - Mon, 04 May 2015 03:15:21 GMT
66
+ - Fri, 15 May 2015 01:21:36 GMT
67
67
  Set-Cookie:
68
- - BrowserId=MMuCD0IJRX2swBbsGuPA-g;Path=/;Domain=.salesforce.com;Expires=Fri,
69
- 03-Jul-2015 03:15:21 GMT
68
+ - BrowserId=QQ1PZaNPR0yuaV1iXOTIZA;Path=/;Domain=.salesforce.com;Expires=Tue,
69
+ 14-Jul-2015 01:21:36 GMT
70
70
  Expires:
71
71
  - Thu, 01 Jan 1970 00:00:00 GMT
72
72
  Sforce-Limit-Info:
73
- - api-usage=70/15000
73
+ - api-usage=718/15000
74
74
  Location:
75
- - "/services/data/v26.0/sobjects/Contact/0031a00000317sJAAQ"
75
+ - "/services/data/v26.0/sobjects/Contact/0031a000003QISkAAO"
76
76
  Content-Type:
77
77
  - application/json;charset=UTF-8
78
78
  Transfer-Encoding:
79
79
  - chunked
80
80
  body:
81
81
  encoding: ASCII-8BIT
82
- string: '{"id":"0031a00000317sJAAQ","success":true,"errors":[]}'
82
+ string: '{"id":"0031a000003QISkAAO","success":true,"errors":[]}'
83
83
  http_version:
84
- recorded_at: Mon, 04 May 2015 03:15:21 GMT
84
+ recorded_at: Fri, 15 May 2015 01:21:36 GMT
85
85
  - request:
86
86
  method: post
87
87
  uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c
88
88
  body:
89
89
  encoding: UTF-8
90
- string: '{"Friend__c":"0031a00000317sJAAQ"}'
90
+ string: '{"Friend__c":"0031a000003QISkAAO"}'
91
91
  headers:
92
92
  User-Agent:
93
93
  - Faraday v0.9.1
94
94
  Content-Type:
95
95
  - application/json
96
96
  Authorization:
97
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
97
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
98
98
  Accept-Encoding:
99
99
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
100
100
  Accept:
@@ -105,28 +105,70 @@ http_interactions:
105
105
  message: Created
106
106
  headers:
107
107
  Date:
108
- - Mon, 04 May 2015 03:15:22 GMT
108
+ - Fri, 15 May 2015 01:21:37 GMT
109
109
  Set-Cookie:
110
- - BrowserId=ZnzL6tDeT_SlR_nk4Ea-mg;Path=/;Domain=.salesforce.com;Expires=Fri,
111
- 03-Jul-2015 03:15:22 GMT
110
+ - BrowserId=w26m8U-hSHqxflHspZx7Qg;Path=/;Domain=.salesforce.com;Expires=Tue,
111
+ 14-Jul-2015 01:21:37 GMT
112
112
  Expires:
113
113
  - Thu, 01 Jan 1970 00:00:00 GMT
114
114
  Sforce-Limit-Info:
115
- - api-usage=68/15000
115
+ - api-usage=719/15000
116
116
  Location:
117
- - "/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC"
117
+ - "/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0"
118
118
  Content-Type:
119
119
  - application/json;charset=UTF-8
120
120
  Transfer-Encoding:
121
121
  - chunked
122
122
  body:
123
123
  encoding: ASCII-8BIT
124
- string: '{"id":"a001a000001U16fAAC","success":true,"errors":[]}'
124
+ string: '{"id":"a001a000001ZoEUAA0","success":true,"errors":[]}'
125
125
  http_version:
126
- recorded_at: Mon, 04 May 2015 03:15:22 GMT
126
+ recorded_at: Fri, 15 May 2015 01:21:37 GMT
127
+ - request:
128
+ method: post
129
+ uri: https://<host>/services/data/v26.0/sobjects/Contact
130
+ body:
131
+ encoding: UTF-8
132
+ string: '{"Email":"somebody+else@example.com","LastName":"Somebody"}'
133
+ headers:
134
+ User-Agent:
135
+ - Faraday v0.9.1
136
+ Content-Type:
137
+ - application/json
138
+ Authorization:
139
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
140
+ Accept-Encoding:
141
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
142
+ Accept:
143
+ - "*/*"
144
+ response:
145
+ status:
146
+ code: 201
147
+ message: Created
148
+ headers:
149
+ Date:
150
+ - Fri, 15 May 2015 01:21:38 GMT
151
+ Set-Cookie:
152
+ - BrowserId=a4FGlAw4RYGPvvpUZT5p0w;Path=/;Domain=.salesforce.com;Expires=Tue,
153
+ 14-Jul-2015 01:21:38 GMT
154
+ Expires:
155
+ - Thu, 01 Jan 1970 00:00:00 GMT
156
+ Sforce-Limit-Info:
157
+ - api-usage=722/15000
158
+ Location:
159
+ - "/services/data/v26.0/sobjects/Contact/0031a000003QISpAAO"
160
+ Content-Type:
161
+ - application/json;charset=UTF-8
162
+ Transfer-Encoding:
163
+ - chunked
164
+ body:
165
+ encoding: ASCII-8BIT
166
+ string: '{"id":"0031a000003QISpAAO","success":true,"errors":[]}'
167
+ http_version:
168
+ recorded_at: Fri, 15 May 2015 01:21:38 GMT
127
169
  - request:
128
170
  method: get
129
- uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Name,%20Example_Field__c,%20Friend__c%20from%20CustomObject__c%20where%20Id%20=%20%27a001a000001U16fAAC%27
171
+ uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Name,%20Example_Field__c,%20Friend__c%20from%20CustomObject__c%20where%20Id%20=%20%27a001a000001ZoEUAA0%27
130
172
  body:
131
173
  encoding: US-ASCII
132
174
  string: ''
@@ -134,7 +176,7 @@ http_interactions:
134
176
  User-Agent:
135
177
  - Faraday v0.9.1
136
178
  Authorization:
137
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
179
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
138
180
  Accept-Encoding:
139
181
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
140
182
  Accept:
@@ -145,78 +187,89 @@ http_interactions:
145
187
  message: OK
146
188
  headers:
147
189
  Date:
148
- - Mon, 04 May 2015 03:15:23 GMT
190
+ - Fri, 15 May 2015 01:21:40 GMT
149
191
  Set-Cookie:
150
- - BrowserId=TDgwznv8TPOZ4mPOR91kcA;Path=/;Domain=.salesforce.com;Expires=Fri,
151
- 03-Jul-2015 03:15:23 GMT
192
+ - BrowserId=Pm2BjS4wQpuRUDQVSFdgTA;Path=/;Domain=.salesforce.com;Expires=Tue,
193
+ 14-Jul-2015 01:21:40 GMT
152
194
  Expires:
153
195
  - Thu, 01 Jan 1970 00:00:00 GMT
154
196
  Sforce-Limit-Info:
155
- - api-usage=69/15000
197
+ - api-usage=723/15000
156
198
  Content-Type:
157
199
  - application/json;charset=UTF-8
158
200
  Transfer-Encoding:
159
201
  - chunked
160
202
  body:
161
203
  encoding: ASCII-8BIT
162
- string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC"},"Id":"a001a000001U16fAAC","SystemModstamp":"2015-05-04T03:15:22.000+0000","Name":"a001a000001U16f","Example_Field__c":null,"Friend__c":"0031a00000317sJAAQ"}]}'
204
+ string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0"},"Id":"a001a000001ZoEUAA0","SystemModstamp":"2015-05-15T01:21:37.000+0000","Name":"a001a000001ZoEU","Example_Field__c":null,"Friend__c":"0031a000003QISkAAO"}]}'
163
205
  http_version:
164
- recorded_at: Mon, 04 May 2015 03:15:23 GMT
206
+ recorded_at: Fri, 15 May 2015 01:21:40 GMT
165
207
  - request:
166
- method: post
167
- uri: https://<host>/services/data/v26.0/sobjects/Contact
208
+ method: get
209
+ uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c/describe
168
210
  body:
169
- encoding: UTF-8
170
- string: '{"Email":"somebody+else@example.com","LastName":"Somebody"}'
211
+ encoding: US-ASCII
212
+ string: ''
171
213
  headers:
172
214
  User-Agent:
173
215
  - Faraday v0.9.1
174
- Content-Type:
175
- - application/json
176
216
  Authorization:
177
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
217
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
178
218
  Accept-Encoding:
179
219
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
180
220
  Accept:
181
221
  - "*/*"
182
222
  response:
183
223
  status:
184
- code: 201
185
- message: Created
224
+ code: 200
225
+ message: OK
186
226
  headers:
187
227
  Date:
188
- - Mon, 04 May 2015 03:15:24 GMT
228
+ - Fri, 15 May 2015 01:21:41 GMT
189
229
  Set-Cookie:
190
- - BrowserId=o_6Udn33SPC9dPTD-nQMiw;Path=/;Domain=.salesforce.com;Expires=Fri,
191
- 03-Jul-2015 03:15:24 GMT
230
+ - BrowserId=vgOB3GmNS-2Qwk-eDaYASQ;Path=/;Domain=.salesforce.com;Expires=Tue,
231
+ 14-Jul-2015 01:21:41 GMT
192
232
  Expires:
193
233
  - Thu, 01 Jan 1970 00:00:00 GMT
194
234
  Sforce-Limit-Info:
195
- - api-usage=68/15000
196
- Location:
197
- - "/services/data/v26.0/sobjects/Contact/0031a00000317sOAAQ"
235
+ - api-usage=723/15000
236
+ Org.eclipse.jetty.server.include.etag:
237
+ - 7057c783
238
+ Last-Modified:
239
+ - Wed, 01 Apr 2015 17:47:03 GMT
198
240
  Content-Type:
199
241
  - application/json;charset=UTF-8
242
+ Etag:
243
+ - 7057c78-gzip"
200
244
  Transfer-Encoding:
201
245
  - chunked
202
246
  body:
203
247
  encoding: ASCII-8BIT
204
- string: '{"id":"0031a00000317sOAAQ","success":true,"errors":[]}'
248
+ string: '{"activateable":false,"childRelationships":[{"cascadeDelete":true,"childSObject":"Attachment","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"Attachments","restrictedDelete":false},{"cascadeDelete":true,"childSObject":"ContentDocumentLink","deprecatedAndHidden":false,"field":"LinkedEntityId","relationshipName":null,"restrictedDelete":false},{"cascadeDelete":false,"childSObject":"ContentVersion","deprecatedAndHidden":false,"field":"FirstPublishLocationId","relationshipName":null,"restrictedDelete":false},{"cascadeDelete":true,"childSObject":"CustomObjectDetail__c","deprecatedAndHidden":false,"field":"CustomObject__c","relationshipName":"CustomObjectDetails__r","restrictedDelete":false},{"cascadeDelete":true,"childSObject":"EntitySubscription","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"FeedSubscriptionsForEntity","restrictedDelete":false},{"cascadeDelete":false,"childSObject":"FeedComment","deprecatedAndHidden":false,"field":"ParentId","relationshipName":null,"restrictedDelete":false},{"cascadeDelete":true,"childSObject":"FeedItem","deprecatedAndHidden":false,"field":"ParentId","relationshipName":null,"restrictedDelete":false},{"cascadeDelete":true,"childSObject":"NewsFeed","deprecatedAndHidden":false,"field":"ParentId","relationshipName":null,"restrictedDelete":false},{"cascadeDelete":true,"childSObject":"Note","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"Notes","restrictedDelete":false},{"cascadeDelete":true,"childSObject":"NoteAndAttachment","deprecatedAndHidden":false,"field":"ParentId","relationshipName":"NotesAndAttachments","restrictedDelete":false},{"cascadeDelete":true,"childSObject":"ProcessInstance","deprecatedAndHidden":false,"field":"TargetObjectId","relationshipName":"ProcessInstances","restrictedDelete":false},{"cascadeDelete":false,"childSObject":"ProcessInstanceHistory","deprecatedAndHidden":false,"field":"TargetObjectId","relationshipName":"ProcessSteps","restrictedDelete":false},{"cascadeDelete":true,"childSObject":"UserProfileFeed","deprecatedAndHidden":false,"field":"ParentId","relationshipName":null,"restrictedDelete":false}],"createable":true,"custom":true,"customSetting":false,"deletable":true,"deprecatedAndHidden":false,"feedEnabled":false,"fields":[{"autoNumber":false,"byteLength":18,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":true,"inlineHelpText":null,"label":"Record
249
+ ID","length":18,"name":"Id","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"tns:ID","sortable":true,"type":"id","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":18,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":true,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Owner
250
+ ID","length":18,"name":"OwnerId","nameField":false,"namePointing":true,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":["Group","User"],"relationshipName":"Owner","relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"tns:ID","sortable":true,"type":"reference","unique":false,"updateable":true,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":0,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Deleted","length":0,"name":"IsDeleted","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:boolean","sortable":true,"type":"boolean","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":240,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":true,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":true,"inlineHelpText":null,"label":"CustomObject
251
+ Name","length":80,"name":"Name","nameField":true,"namePointing":false,"nillable":true,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:string","sortable":true,"type":"string","unique":false,"updateable":true,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":0,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":false,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Created
252
+ Date","length":0,"name":"CreatedDate","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:dateTime","sortable":true,"type":"datetime","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":18,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Created
253
+ By ID","length":18,"name":"CreatedById","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":["User"],"relationshipName":"CreatedBy","relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"tns:ID","sortable":true,"type":"reference","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":0,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":false,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Last
254
+ Modified Date","length":0,"name":"LastModifiedDate","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:dateTime","sortable":true,"type":"datetime","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":18,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Last
255
+ Modified By ID","length":18,"name":"LastModifiedById","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":["User"],"relationshipName":"LastModifiedBy","relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"tns:ID","sortable":true,"type":"reference","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":0,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":false,"custom":false,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":false,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"System
256
+ Modstamp","length":0,"name":"SystemModstamp","nameField":false,"namePointing":false,"nillable":false,"permissionable":false,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:dateTime","sortable":true,"type":"datetime","unique":false,"updateable":false,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":765,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":true,"custom":true,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":false,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Example
257
+ Field","length":255,"name":"Example_Field__c","nameField":false,"namePointing":false,"nillable":true,"permissionable":true,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:string","sortable":true,"type":"string","unique":false,"updateable":true,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":18,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":true,"custom":true,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":false,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Friend","length":18,"name":"Friend__c","nameField":false,"namePointing":false,"nillable":true,"permissionable":true,"picklistValues":[],"precision":0,"referenceTo":["Contact"],"relationshipName":"Friend__r","relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"tns:ID","sortable":true,"type":"reference","unique":false,"updateable":true,"writeRequiresMasterRead":false},{"autoNumber":false,"byteLength":0,"calculated":false,"calculatedFormula":null,"cascadeDelete":false,"caseSensitive":false,"controllerName":null,"createable":true,"custom":true,"defaultValue":null,"defaultValueFormula":null,"defaultedOnCreate":true,"dependentPicklist":false,"deprecatedAndHidden":false,"digits":0,"displayLocationInDecimal":false,"externalId":false,"filterable":true,"groupable":true,"htmlFormatted":false,"idLookup":false,"inlineHelpText":null,"label":"Visible","length":0,"name":"Visible__c","nameField":false,"namePointing":false,"nillable":false,"permissionable":true,"picklistValues":[],"precision":0,"referenceTo":[],"relationshipName":null,"relationshipOrder":null,"restrictedDelete":false,"restrictedPicklist":false,"scale":0,"soapType":"xsd:boolean","sortable":true,"type":"boolean","unique":false,"updateable":true,"writeRequiresMasterRead":false}],"keyPrefix":"a00","label":"CustomObject","labelPlural":"CustomObjects","layoutable":true,"listviewable":null,"lookupLayoutable":null,"mergeable":false,"name":"CustomObject__c","queryable":true,"recordTypeInfos":[{"available":true,"defaultRecordTypeMapping":true,"name":"Master","recordTypeId":"012000000000000AAA"}],"replicateable":true,"retrieveable":true,"searchLayoutable":null,"searchable":true,"triggerable":true,"undeletable":true,"updateable":true,"urls":{"uiEditTemplate":"https://<host>/{ID}/e","sobject":"/services/data/v26.0/sobjects/CustomObject__c","uiDetailTemplate":"https://<host>/{ID}","describe":"/services/data/v26.0/sobjects/CustomObject__c/describe","rowTemplate":"/services/data/v26.0/sobjects/CustomObject__c/{ID}","uiNewRecord":"https://<host>/a00/e"}}'
205
258
  http_version:
206
- recorded_at: Mon, 04 May 2015 03:15:24 GMT
259
+ recorded_at: Fri, 15 May 2015 01:21:41 GMT
207
260
  - request:
208
261
  method: patch
209
- uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC
262
+ uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0
210
263
  body:
211
264
  encoding: UTF-8
212
- string: '{"Friend__c":"0031a00000317sOAAQ"}'
265
+ string: '{"Friend__c":"0031a000003QISpAAO"}'
213
266
  headers:
214
267
  User-Agent:
215
268
  - Faraday v0.9.1
216
269
  Content-Type:
217
270
  - application/json
218
271
  Authorization:
219
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
272
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
220
273
  Accept-Encoding:
221
274
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
222
275
  Accept:
@@ -227,19 +280,19 @@ http_interactions:
227
280
  message: No Content
228
281
  headers:
229
282
  Date:
230
- - Mon, 04 May 2015 03:15:25 GMT
283
+ - Fri, 15 May 2015 01:21:41 GMT
231
284
  Set-Cookie:
232
- - BrowserId=P7z15TEeTMOc2R28NJSBwg;Path=/;Domain=.salesforce.com;Expires=Fri,
233
- 03-Jul-2015 03:15:25 GMT
285
+ - BrowserId=ZtQi1P1wTFOO-BS2sQHmCA;Path=/;Domain=.salesforce.com;Expires=Tue,
286
+ 14-Jul-2015 01:21:41 GMT
234
287
  Expires:
235
288
  - Thu, 01 Jan 1970 00:00:00 GMT
236
289
  Sforce-Limit-Info:
237
- - api-usage=68/15000
290
+ - api-usage=730/15000
238
291
  body:
239
292
  encoding: UTF-8
240
293
  string: ''
241
294
  http_version:
242
- recorded_at: Mon, 04 May 2015 03:15:25 GMT
295
+ recorded_at: Fri, 15 May 2015 01:21:42 GMT
243
296
  - request:
244
297
  method: get
245
298
  uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Name,%20Example_Field__c,%20Friend__c%20from%20CustomObject__c
@@ -250,7 +303,7 @@ http_interactions:
250
303
  User-Agent:
251
304
  - Faraday v0.9.1
252
305
  Authorization:
253
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
306
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
254
307
  Accept-Encoding:
255
308
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
256
309
  Accept:
@@ -261,26 +314,26 @@ http_interactions:
261
314
  message: OK
262
315
  headers:
263
316
  Date:
264
- - Mon, 04 May 2015 03:15:26 GMT
317
+ - Fri, 15 May 2015 01:21:43 GMT
265
318
  Set-Cookie:
266
- - BrowserId=XZnTGUjXTtajVhsmadKB_Q;Path=/;Domain=.salesforce.com;Expires=Fri,
267
- 03-Jul-2015 03:15:26 GMT
319
+ - BrowserId=rYYX9amqQT6kuQMDBWMwOw;Path=/;Domain=.salesforce.com;Expires=Tue,
320
+ 14-Jul-2015 01:21:43 GMT
268
321
  Expires:
269
322
  - Thu, 01 Jan 1970 00:00:00 GMT
270
323
  Sforce-Limit-Info:
271
- - api-usage=69/15000
324
+ - api-usage=729/15000
272
325
  Content-Type:
273
326
  - application/json;charset=UTF-8
274
327
  Transfer-Encoding:
275
328
  - chunked
276
329
  body:
277
330
  encoding: ASCII-8BIT
278
- string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC"},"Id":"a001a000001U16fAAC","SystemModstamp":"2015-05-04T03:15:25.000+0000","Name":"a001a000001U16f","Example_Field__c":null,"Friend__c":"0031a00000317sOAAQ"}]}'
331
+ string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0"},"Id":"a001a000001ZoEUAA0","SystemModstamp":"2015-05-15T01:21:41.000+0000","Name":"a001a000001ZoEU","Example_Field__c":null,"Friend__c":"0031a000003QISpAAO"}]}'
279
332
  http_version:
280
- recorded_at: Mon, 04 May 2015 03:15:26 GMT
333
+ recorded_at: Fri, 15 May 2015 01:21:43 GMT
281
334
  - request:
282
335
  method: get
283
- uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Email%20from%20Contact%20where%20Id%20=%20%270031a00000317sOAAQ%27
336
+ uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Email%20from%20Contact%20where%20Id%20=%20%270031a000003QISpAAO%27
284
337
  body:
285
338
  encoding: US-ASCII
286
339
  string: ''
@@ -288,7 +341,7 @@ http_interactions:
288
341
  User-Agent:
289
342
  - Faraday v0.9.1
290
343
  Authorization:
291
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
344
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
292
345
  Accept-Encoding:
293
346
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
294
347
  Accept:
@@ -299,26 +352,26 @@ http_interactions:
299
352
  message: OK
300
353
  headers:
301
354
  Date:
302
- - Mon, 04 May 2015 03:15:27 GMT
355
+ - Fri, 15 May 2015 01:21:44 GMT
303
356
  Set-Cookie:
304
- - BrowserId=G9XG-lj1SRGOENEjmobfJA;Path=/;Domain=.salesforce.com;Expires=Fri,
305
- 03-Jul-2015 03:15:27 GMT
357
+ - BrowserId=yKlOS9VtQ7aGgNSknycrxQ;Path=/;Domain=.salesforce.com;Expires=Tue,
358
+ 14-Jul-2015 01:21:44 GMT
306
359
  Expires:
307
360
  - Thu, 01 Jan 1970 00:00:00 GMT
308
361
  Sforce-Limit-Info:
309
- - api-usage=69/15000
362
+ - api-usage=730/15000
310
363
  Content-Type:
311
364
  - application/json;charset=UTF-8
312
365
  Transfer-Encoding:
313
366
  - chunked
314
367
  body:
315
368
  encoding: ASCII-8BIT
316
- string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"Contact","url":"/services/data/v26.0/sobjects/Contact/0031a00000317sOAAQ"},"Id":"0031a00000317sOAAQ","SystemModstamp":"2015-05-04T03:15:24.000+0000","Email":"somebody+else@example.com"}]}'
369
+ string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"Contact","url":"/services/data/v26.0/sobjects/Contact/0031a000003QISpAAO"},"Id":"0031a000003QISpAAO","SystemModstamp":"2015-05-15T01:21:38.000+0000","Email":"somebody+else@example.com"}]}'
317
370
  http_version:
318
- recorded_at: Mon, 04 May 2015 03:15:27 GMT
371
+ recorded_at: Fri, 15 May 2015 01:21:44 GMT
319
372
  - request:
320
373
  method: get
321
- uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Name,%20Example_Field__c,%20Friend__c%20from%20CustomObject__c%20where%20Id%20=%20%27a001a000001U16fAAC%27
374
+ uri: https://<host>/services/data/v26.0/query?q=select%20Id,%20SystemModstamp,%20Name,%20Example_Field__c,%20Friend__c%20from%20CustomObject__c%20where%20Id%20=%20%27a001a000001ZoEUAA0%27
322
375
  body:
323
376
  encoding: US-ASCII
324
377
  string: ''
@@ -326,7 +379,7 @@ http_interactions:
326
379
  User-Agent:
327
380
  - Faraday v0.9.1
328
381
  Authorization:
329
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
382
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
330
383
  Accept-Encoding:
331
384
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
332
385
  Accept:
@@ -337,26 +390,26 @@ http_interactions:
337
390
  message: OK
338
391
  headers:
339
392
  Date:
340
- - Mon, 04 May 2015 03:15:28 GMT
393
+ - Fri, 15 May 2015 01:21:45 GMT
341
394
  Set-Cookie:
342
- - BrowserId=IPfzlBlnQba69A4hz7fdaQ;Path=/;Domain=.salesforce.com;Expires=Fri,
343
- 03-Jul-2015 03:15:28 GMT
395
+ - BrowserId=pbASLlFmRhSy-BauVuOpEg;Path=/;Domain=.salesforce.com;Expires=Tue,
396
+ 14-Jul-2015 01:21:45 GMT
344
397
  Expires:
345
398
  - Thu, 01 Jan 1970 00:00:00 GMT
346
399
  Sforce-Limit-Info:
347
- - api-usage=68/15000
400
+ - api-usage=729/15000
348
401
  Content-Type:
349
402
  - application/json;charset=UTF-8
350
403
  Transfer-Encoding:
351
404
  - chunked
352
405
  body:
353
406
  encoding: ASCII-8BIT
354
- string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC"},"Id":"a001a000001U16fAAC","SystemModstamp":"2015-05-04T03:15:25.000+0000","Name":"a001a000001U16f","Example_Field__c":null,"Friend__c":"0031a00000317sOAAQ"}]}'
407
+ string: '{"totalSize":1,"done":true,"records":[{"attributes":{"type":"CustomObject__c","url":"/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0"},"Id":"a001a000001ZoEUAA0","SystemModstamp":"2015-05-15T01:21:41.000+0000","Name":"a001a000001ZoEU","Example_Field__c":null,"Friend__c":"0031a000003QISpAAO"}]}'
355
408
  http_version:
356
- recorded_at: Mon, 04 May 2015 03:15:28 GMT
409
+ recorded_at: Fri, 15 May 2015 01:21:45 GMT
357
410
  - request:
358
411
  method: delete
359
- uri: https://<host>/services/data/v26.0/sobjects/Contact/0031a00000317sJAAQ
412
+ uri: https://<host>/services/data/v26.0/sobjects/Contact/0031a000003QISkAAO
360
413
  body:
361
414
  encoding: US-ASCII
362
415
  string: ''
@@ -364,7 +417,7 @@ http_interactions:
364
417
  User-Agent:
365
418
  - Faraday v0.9.1
366
419
  Authorization:
367
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
420
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
368
421
  Accept-Encoding:
369
422
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
370
423
  Accept:
@@ -375,22 +428,22 @@ http_interactions:
375
428
  message: No Content
376
429
  headers:
377
430
  Date:
378
- - Mon, 04 May 2015 03:15:29 GMT
431
+ - Fri, 15 May 2015 01:21:46 GMT
379
432
  Set-Cookie:
380
- - BrowserId=CM7k5n2TQ_CFPUIjTEkx0Q;Path=/;Domain=.salesforce.com;Expires=Fri,
381
- 03-Jul-2015 03:15:29 GMT
433
+ - BrowserId=wVZfZ1Y5RHqBG8xsN5EIqA;Path=/;Domain=.salesforce.com;Expires=Tue,
434
+ 14-Jul-2015 01:21:46 GMT
382
435
  Expires:
383
436
  - Thu, 01 Jan 1970 00:00:00 GMT
384
437
  Sforce-Limit-Info:
385
- - api-usage=68/15000
438
+ - api-usage=727/15000
386
439
  body:
387
440
  encoding: UTF-8
388
441
  string: ''
389
442
  http_version:
390
- recorded_at: Mon, 04 May 2015 03:15:29 GMT
443
+ recorded_at: Fri, 15 May 2015 01:21:46 GMT
391
444
  - request:
392
445
  method: delete
393
- uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c/a001a000001U16fAAC
446
+ uri: https://<host>/services/data/v26.0/sobjects/CustomObject__c/a001a000001ZoEUAA0
394
447
  body:
395
448
  encoding: US-ASCII
396
449
  string: ''
@@ -398,7 +451,7 @@ http_interactions:
398
451
  User-Agent:
399
452
  - Faraday v0.9.1
400
453
  Authorization:
401
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
454
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
402
455
  Accept-Encoding:
403
456
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
404
457
  Accept:
@@ -409,22 +462,22 @@ http_interactions:
409
462
  message: No Content
410
463
  headers:
411
464
  Date:
412
- - Mon, 04 May 2015 03:15:30 GMT
465
+ - Fri, 15 May 2015 01:21:47 GMT
413
466
  Set-Cookie:
414
- - BrowserId=dCi5gw0SSlOdFSYPj_9ijA;Path=/;Domain=.salesforce.com;Expires=Fri,
415
- 03-Jul-2015 03:15:30 GMT
467
+ - BrowserId=j_B7gKC7QiCb6OFfFp1_JQ;Path=/;Domain=.salesforce.com;Expires=Tue,
468
+ 14-Jul-2015 01:21:47 GMT
416
469
  Expires:
417
470
  - Thu, 01 Jan 1970 00:00:00 GMT
418
471
  Sforce-Limit-Info:
419
- - api-usage=68/15000
472
+ - api-usage=733/15000
420
473
  body:
421
474
  encoding: UTF-8
422
475
  string: ''
423
476
  http_version:
424
- recorded_at: Mon, 04 May 2015 03:15:30 GMT
477
+ recorded_at: Fri, 15 May 2015 01:21:47 GMT
425
478
  - request:
426
479
  method: delete
427
- uri: https://<host>/services/data/v26.0/sobjects/Contact/0031a00000317sOAAQ
480
+ uri: https://<host>/services/data/v26.0/sobjects/Contact/0031a000003QISpAAO
428
481
  body:
429
482
  encoding: US-ASCII
430
483
  string: ''
@@ -432,7 +485,7 @@ http_interactions:
432
485
  User-Agent:
433
486
  - Faraday v0.9.1
434
487
  Authorization:
435
- - OAuth 00D1a000000H3O9!AQ4AQNDrKHLCuinZBZ4a3F0V9mX6K..kuE6uPghr4hEJlGztbaV7OXvvfrl14zZZxgwsTH9RfcLkE1Wikbn..Xma3Bd5XKSX
488
+ - OAuth 00D1a000000H3O9!AQ4AQOOuLg_qT_KH0d7e0MZl9eLqLOVkelXCvogl6uoC11zAr2MxSfN.Kp.FGeGl6RwwgcLORuGYbL2Rk2tznb5e22BOVEcb
436
489
  Accept-Encoding:
437
490
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
438
491
  Accept:
@@ -443,17 +496,17 @@ http_interactions:
443
496
  message: No Content
444
497
  headers:
445
498
  Date:
446
- - Mon, 04 May 2015 03:15:31 GMT
499
+ - Fri, 15 May 2015 01:21:48 GMT
447
500
  Set-Cookie:
448
- - BrowserId=XU3CDz1IR0-rsD2l9dipSg;Path=/;Domain=.salesforce.com;Expires=Fri,
449
- 03-Jul-2015 03:15:31 GMT
501
+ - BrowserId=Hq_fjWhsTy24DcQPF8He9g;Path=/;Domain=.salesforce.com;Expires=Tue,
502
+ 14-Jul-2015 01:21:48 GMT
450
503
  Expires:
451
504
  - Thu, 01 Jan 1970 00:00:00 GMT
452
505
  Sforce-Limit-Info:
453
- - api-usage=70/15000
506
+ - api-usage=729/15000
454
507
  body:
455
508
  encoding: UTF-8
456
509
  string: ''
457
510
  http_version:
458
- recorded_at: Mon, 04 May 2015 03:15:32 GMT
511
+ recorded_at: Fri, 15 May 2015 01:21:48 GMT
459
512
  recorded_with: VCR 2.9.3