-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from OneSignal/api
Add v2.1.0 package updates
- Loading branch information
Showing
155 changed files
with
176 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
@@ -938,7 +938,7 @@ def delete_user_with_http_info(app_id, alias_label, alias_id, opts = {}) | |
return_type = opts[:debug_return_type] | ||
|
||
# auth_names | ||
auth_names = opts[:debug_auth_names] || [] | ||
auth_names = opts[:debug_auth_names] || ['app_key'] | ||
|
||
new_options = opts.merge( | ||
:operation => :"DefaultApi.delete_user", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
@@ -90,7 +90,7 @@ def build_request(http_method, path, opts = {}) | |
url = build_request_url(path, opts) | ||
http_method = http_method.to_sym.downcase | ||
|
||
opts[:header_params]['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-ruby, version=1.2.2' | ||
opts[:header_params]['OS-Usage-Data'] = 'kind=sdk, sdk-name=onesignal-ruby, version=2.1.0' | ||
header_params = @default_headers.merge(opts[:header_params] || {}) | ||
query_params = opts[:query_params] || {} | ||
form_params = opts[:form_params] || {} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
@@ -117,8 +117,8 @@ class Configuration | |
|
||
def initialize | ||
@scheme = 'https' | ||
@host = 'onesignal.com' | ||
@base_path = '/api/v1' | ||
@host = 'api.onesignal.com' | ||
@base_path = '' | ||
@server_index = 0 | ||
@server_operation_index = {} | ||
@server_variables = {} | ||
|
@@ -196,7 +196,7 @@ def auth_settings | |
def server_settings | ||
[ | ||
{ | ||
url: "https://onesignal.com/api/v1", | ||
url: "https://api.onesignal.com", | ||
description: "No description provided", | ||
} | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com | ||
The version of the OpenAPI document: 1.2.2 | ||
The version of the OpenAPI document: 1.3.0 | ||
Contact: [email protected] | ||
Generated by: https://openapi-generator.tech | ||
OpenAPI Generator version: 6.0.0-SNAPSHOT | ||
|
Oops, something went wrong.