Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v1.3.0 package updates #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add v1.3.0 package updates #38

wants to merge 1 commit into from

Conversation

sherwinski
Copy link

@sherwinski sherwinski commented Jan 10, 2025

One Line Summary

Syncs repo with API v1.3.0 changes. Includes the following:

  • Add authMethod for deleteUserCall
  • Set base URL to https://api.onesignal.com/

@sherwinski sherwinski requested a review from nan-li January 14, 2025 16:12
pom.xml Show resolved Hide resolved
@sherwinski sherwinski force-pushed the api branch 4 times, most recently from 6d25387 to efd98b4 Compare January 16, 2025 18:19
@sherwinski sherwinski changed the title Add v2.0.2 package updates Add v2.1.0 package updates Jan 16, 2025
@@ -158,7 +158,7 @@ public okhttp3.Call beginLiveActivityCall(String appId, String activityId, Begin
Map<String, Object> localVarFormParams = new HashMap<String, Object>();

// Adds client sdk version header
localVarHeaderParams.put("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-java, version=1.2.2");
localVarHeaderParams.put("OS-Usage-Data", "kind=sdk, sdk-name=onesignal-java, version=2.1.0");
Copy link

@nan-li nan-li Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the change to use 1.3.0 as the release version, we just have to note that 2.1.0 java is 1.3.0, or change this here.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also if it looks ok, I updated the PR title

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm ok with this change because it's not user-impacting. Are you saying that we should either change this back or just internally note what it maps to?

@nan-li nan-li changed the title Add v2.1.0 package updates Add v1.3.0 package updates Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants