@@ -54,20 +54,20 @@ Please follow the [installation](#installation) procedure and then run the follo
54
54
require ' sib-api-v3-sdk'
55
55
56
56
# Setup authorization
57
- SendinblueApiv3 .configure do |config |
57
+ SibApiV3Sdk .configure do |config |
58
58
# Configure API key authorization: api-key
59
59
config.api_key[' api-key' ] = ' YOUR API KEY'
60
60
# Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
61
61
# config.api_key_prefix['api-key'] = 'Bearer'
62
62
end
63
63
64
- api_instance = SendinblueApiv3 ::AccountApi .new
64
+ api_instance = SibApiV3Sdk ::AccountApi .new
65
65
66
66
begin
67
67
# Get your account informations, plans and credits details
68
68
result = api_instance.get_account
69
69
p result
70
- rescue SendinblueApiv3 ::ApiError => e
70
+ rescue SibApiV3Sdk ::ApiError => e
71
71
puts " Exception when calling AccountApi->get_account: #{ e } "
72
72
end
73
73
@@ -229,13 +229,9 @@ Class | Method | HTTP request | Description
229
229
- [ SibApiV3Sdk::GetClient] ( docs/GetClient.md )
230
230
- [ SibApiV3Sdk::GetContactCampaignStats] ( docs/GetContactCampaignStats.md )
231
231
- [ SibApiV3Sdk::GetContactCampaignStatsClicked] ( docs/GetContactCampaignStatsClicked.md )
232
- - [ SibApiV3Sdk::GetContactCampaignStatsLinks] ( docs/GetContactCampaignStatsLinks.md )
233
- - [ SibApiV3Sdk::GetContactCampaignStatsMessagesSent] ( docs/GetContactCampaignStatsMessagesSent.md )
234
232
- [ SibApiV3Sdk::GetContactCampaignStatsOpened] ( docs/GetContactCampaignStatsOpened.md )
235
233
- [ SibApiV3Sdk::GetContactCampaignStatsTransacAttributes] ( docs/GetContactCampaignStatsTransacAttributes.md )
236
234
- [ SibApiV3Sdk::GetContactCampaignStatsUnsubscriptions] ( docs/GetContactCampaignStatsUnsubscriptions.md )
237
- - [ SibApiV3Sdk::GetContactCampaignStatsUnsubscriptionsAdminUnsubscription] ( docs/GetContactCampaignStatsUnsubscriptionsAdminUnsubscription.md )
238
- - [ SibApiV3Sdk::GetContactCampaignStatsUnsubscriptionsUserUnsubscription] ( docs/GetContactCampaignStatsUnsubscriptionsUserUnsubscription.md )
239
235
- [ SibApiV3Sdk::GetContactDetails] ( docs/GetContactDetails.md )
240
236
- [ SibApiV3Sdk::GetContacts] ( docs/GetContacts.md )
241
237
- [ SibApiV3Sdk::GetEmailCampaigns] ( docs/GetEmailCampaigns.md )
@@ -245,6 +241,14 @@ Class | Method | HTTP request | Description
245
241
- [ SibApiV3Sdk::GetExtendedCampaignStats] ( docs/GetExtendedCampaignStats.md )
246
242
- [ SibApiV3Sdk::GetExtendedCampaignStatsLinksStats] ( docs/GetExtendedCampaignStatsLinksStats.md )
247
243
- [ SibApiV3Sdk::GetExtendedClientAddress] ( docs/GetExtendedClientAddress.md )
244
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatistics] ( docs/GetExtendedContactDetailsStatistics.md )
245
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsClicked] ( docs/GetExtendedContactDetailsStatisticsClicked.md )
246
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsLinks] ( docs/GetExtendedContactDetailsStatisticsLinks.md )
247
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsMessagesSent] ( docs/GetExtendedContactDetailsStatisticsMessagesSent.md )
248
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsOpened] ( docs/GetExtendedContactDetailsStatisticsOpened.md )
249
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsUnsubscriptions] ( docs/GetExtendedContactDetailsStatisticsUnsubscriptions.md )
250
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription] ( docs/GetExtendedContactDetailsStatisticsUnsubscriptionsAdminUnsubscription.md )
251
+ - [ SibApiV3Sdk::GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription] ( docs/GetExtendedContactDetailsStatisticsUnsubscriptionsUserUnsubscription.md )
248
252
- [ SibApiV3Sdk::GetExtendedListCampaignStats] ( docs/GetExtendedListCampaignStats.md )
249
253
- [ SibApiV3Sdk::GetFolder] ( docs/GetFolder.md )
250
254
- [ SibApiV3Sdk::GetFolderLists] ( docs/GetFolderLists.md )
@@ -255,8 +259,6 @@ Class | Method | HTTP request | Description
255
259
- [ SibApiV3Sdk::GetIpsFromSender] ( docs/GetIpsFromSender.md )
256
260
- [ SibApiV3Sdk::GetList] ( docs/GetList.md )
257
261
- [ SibApiV3Sdk::GetLists] ( docs/GetLists.md )
258
- - [ SibApiV3Sdk::GetListsFolder] ( docs/GetListsFolder.md )
259
- - [ SibApiV3Sdk::GetListsLists] ( docs/GetListsLists.md )
260
262
- [ SibApiV3Sdk::GetProcess] ( docs/GetProcess.md )
261
263
- [ SibApiV3Sdk::GetProcesses] ( docs/GetProcesses.md )
262
264
- [ SibApiV3Sdk::GetReports] ( docs/GetReports.md )
0 commit comments