Skip to content

Commit 647a428

Browse files
oneapi updated SDK after schema fixed
1 parent 1640098 commit 647a428

File tree

2,368 files changed

+82205
-19538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,368 files changed

+82205
-19538
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ <h3>Generate V1 SDK (BSG API)</h3>
497497
-o /workspace/v1-generated \
498498
--git-user-id "bsgworld" \
499499
--git-repo-id "php-api-sdk-v1" \
500-
-p 'invokerPackage=BSG\\Api\\V1' \
500+
-p 'invokerPackage=BSG\Api\V1' \
501501
-p 'packageName=BSG API PHP Client' \
502502
-p 'composerPackageName=bsg/php-api-sdk-v1' \
503503
--skip-validate-spec
@@ -519,7 +519,7 @@ <h3>Generate V2 SDK (One-API)</h3>
519519
-o /workspace/v2-generated \
520520
--git-user-id "bsgworld" \
521521
--git-repo-id "php-api-sdk" \
522-
-p 'invokerPackage=BSG\\Api\\V2' \
522+
-p 'invokerPackage=BSG\Api\V2' \
523523
-p 'packageName=BSG One-API PHP Client' \
524524
-p 'composerPackageName=bsg/php-api-sdk' \
525525
--skip-validate-spec

docs/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>BSG PHP SDK - Installation Guide</title>
77
<style>
88
* {
9-
box-sizing: border-box;
9+
box-sizing: border-box;
1010
margin: 0;
1111
padding: 0;
1212
}

0 commit comments

Comments
 (0)