File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ function getSSLPage($url) {
37
37
}
38
38
39
39
// Leave the platform you want uncommented
40
- // $platform = 'client';
41
- // $platform = 'console';
42
- $ platform = 'server ' ;
40
+ // $platform = 'client';
41
+ $ platform = 'console ' ;
42
+ // $platform = 'server';
43
43
44
44
$ spec = getSSLPage ("https://raw.githubusercontent.com/appwrite/appwrite/1.5.x/app/config/specs/swagger2-latest- {$ platform }.json " );
45
45
@@ -127,7 +127,7 @@ function getSSLPage($url) {
127
127
$ sdk = new SDK (new Node (), new Swagger2 ($ spec ));
128
128
129
129
$ sdk
130
- ->setName ('luke-node-appwrite-enums ' )
130
+ ->setName ('NAME ' )
131
131
->setDescription ('Repo description goes here ' )
132
132
->setShortDescription ('Repo short description goes here ' )
133
133
->setURL ('https://example.com ' )
You can’t perform that action at this time.
0 commit comments