Skip to content

Commit

Permalink
chore: cleanup diff
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Feb 15, 2024
1 parent 7451861 commit b76083a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ function getSSLPage($url) {
}

// Leave the platform you want uncommented
// $platform = 'client';
$platform = 'console';
// $platform = 'server';
// $platform = 'client';
// $platform = 'console';
$platform = 'server';

$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/1.5.x/app/config/specs/swagger2-latest-{$platform}.json");

Expand Down Expand Up @@ -127,7 +127,7 @@ function getSSLPage($url) {
$sdk = new SDK(new Node(), new Swagger2($spec));

$sdk
->setName('NAME')
->setName('luke-node-appwrite-enums')
->setDescription('Repo description goes here')
->setShortDescription('Repo short description goes here')
->setURL('https://example.com')
Expand Down

0 comments on commit b76083a

Please sign in to comment.