1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Updated SDKs

This commit is contained in:
eldadfux 2019-11-20 21:19:14 +02:00
parent ccd71a4a52
commit 81d3a81e91
4 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Generated by pub on 2019-11-20 21:00:47.159698.
# Generated by pub on 2019-11-20 21:18:37.276237.
charcode:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/
collection:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12/lib/
cookie_jar:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/cookie_jar-1.0.1/lib/

View file

@ -21,7 +21,7 @@ setuptools.setup(
'Intended Audience :: Developers',
'Environment :: Web Environment',
'Topic :: Software Development',
'License :: OSI Approved :: BSD-3-Clause',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',

View file

@ -117,12 +117,14 @@ $cli
],
];
foreach ($clients as $name => $client) {
Console::info('Fetching API Spec for '.$name.' ('.$client['platform'].')');
$spec = getSSLPage('https://appwrite.io/v1/open-api-2.json?extensions=1&platform='.$client['platform']);
$spec = getSSLPage('https://appwrite.test/v1/open-api-2.json?extensions=1&platform='.$client['platform']);
$license = 'BSD-3-Clause';
switch ($name) {

4
composer.lock generated
View file

@ -92,7 +92,7 @@
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator",
"reference": "6b2e1dc10c5c7b0d31521ac0b1ae1f70b8eac89d"
"reference": "7b5a8c8bc5865689f783f747f32c292dde44f658"
},
"require": {
"ext-curl": "*",
@ -122,7 +122,7 @@
}
],
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"time": "2019-11-20T18:58:05+00:00"
"time": "2019-11-20T19:16:19+00:00"
},
{
"name": "bacon/bacon-qr-code",