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

[FEATURE] TikTok Shop API Upgrade to v202309 #31

Merged
merged 15 commits into from
May 15, 2024

Conversation

fudiwei
Copy link
Owner

@fudiwei fudiwei commented May 10, 2024

No description provided.

@fudiwei fudiwei added the enhancement New feature or request label May 10, 2024
@fudiwei fudiwei linked an issue May 10, 2024 that may be closed by this pull request
15 tasks
ThrowOnNotFoundRequestModelSerializationSampleFiles = true,
ThrowOnNotFoundResponseModelSerializationSampleFiles = true
};
new SourceFileAnalyzer(options).AssertNoIssues();

Check warning

Code scanning / CodeQL

Missing Dispose call on local IDisposable Warning test

Disposable 'SourceFileAnalyzer' is created but not disposed.
ThrowOnNotFoundResponseModelTypes = true,
ThrowOnNotFoundExecutingExtensionTypes = true
};
new TypeDeclarationAnalyzer(options).AssertNoIssues();

Check warning

Code scanning / CodeQL

Missing Dispose call on local IDisposable Warning test

Disposable 'TypeDeclarationAnalyzer' is created but not disposed.
{
public static class Types
{
public class Category : ProductGetCategoriesResponse.Types.Data.Types.Category

Check notice

Code scanning / CodeQL

Class has same name as super class Note

Class has the same name as its base class.
{
public static class Types
{
public class Attribute : ProductGetCategoryAttributesResponse.Types.Data.Types.Attribute

Check notice

Code scanning / CodeQL

Class has same name as super class Note

Class has the same name as its base class.
public string[] OptionalRegionCodeList { get; set; } = default!;
}

public class SizeChart : ProductGetCategoryRulesResponse.Types.Data.Types.SizeChart

Check notice

Code scanning / CodeQL

Class has same name as super class Note

Class has the same name as its base class.
{
public static class Types
{
public class Category : ProductRecommendCategoriesResponse.Types.Data.Types.Category

Check notice

Code scanning / CodeQL

Class has same name as super class Note

Class has the same name as its base class.
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@fudiwei fudiwei marked this pull request as ready for review May 15, 2024 03:11
@fudiwei fudiwei merged commit 278209f into main May 15, 2024
1 of 2 checks passed
@fudiwei fudiwei deleted the develop/tiktokshop_v202309 branch May 15, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] TikTok Shop API Upgrade to v202309
1 participant