@@ -82,19 +82,19 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
8282
8383## Supported Client / Platform SDKs
8484
85- | Language | Supported Versions | Coding Standards | Package Manager | Maintainer |
86- | -----------------------| ---------------------| ------------------------| --------------------| ----------------|
87- | Web | ES5+ | [ NPM Coding Style] | NPM, Yarn, | [ @eldadfux ] |
88- | Flutter | | [ Effective Dart] | pub tool | [ @bartektartanus ] [ @Almoullim ] [ @lohanidamodar ] |
89- | Android (Kotlin) | | | ? | [ You? ] ( https://github.com/appwrite/sdk-generator/issues/20 ) |
90- | iOS (Swift) | | | Swift Pkg Manager | [ @armino-dev ] |
91- | Unity (Csharp) | | | ? | [ You?] ( https://github.com/appwrite/sdk-generator/issues/20 ) |
85+ | Language | Supported Versions | Coding Standards | Package Manager | Maintainer |
86+ | ------------------------ | ---------------------| ------------------------| --------------------| ----------------|
87+ | Web | ES5+ | [ NPM Coding Style] | NPM, Yarn, | [ @eldadfux ] |
88+ | Flutter | | [ Effective Dart] | pub tool | [ @bartektartanus ] [ @Almoullim ] [ @lohanidamodar ] |
89+ | Android (Kotlin, Java) | 5.0+ | [ Android style guide ] | Gradle, Maven | [ @ abnegate ] |
90+ | iOS (Swift) | | | Swift Pkg Manager | [ @armino-dev ] |
91+ | Unity (Csharp) | | | ? | [ You?] ( https://github.com/appwrite/sdk-generator/issues/20 ) |
9292
9393## Supported Server SDKs
9494
9595| Language | Supported Versions | Coding Standards | Package Manager | Contributors |
9696| ------------| ---------------------| ------------------------| --------------------| ----------------|
97- | TypeScript | | [ NPM Coding Style] | NPM, Yarn | [ @eldadfux ] |
97+ | TypeScript | | [ NPM Coding Style] | NPM, Yarn | [ @eldadfux ] |
9898| NodeJS | 8, 10, 12 | [ NPM Coding Style] | NPM, Yarn | [ @eldadfux ] |
9999| PHP | 7.0+ | [ PHP FIG] | Composer | [ @eldadfux ] |
100100| Ruby | 2.4+ | [ Ruby Style Guide] | GEM | [ @eldadfux ] |
@@ -103,7 +103,8 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
103103| Go | | [ Effective Go] | go get | [ @panz3r ] |
104104| .NET | .NET core 3.1 | [ C# Coding Conventions] | NuGet | [ @komemi ] [ @TorstenDittmann ] |
105105| D | | | ? | [ You?] ( https://github.com/appwrite/sdk-generator/issues/20 ) |
106- | Kotlin | | | ? | [ You?] ( https://github.com/appwrite/sdk-generator/issues/20 ) |
106+ | Kotlin | 1.4.31+ | [ Kotlin style guide] | Gradle, Maven | [ @abnegate ] |
107+ | Java | 8+ | [ Google style guide] | Gradle, Maven | [ @abnegate ] |
107108| Swift | | | Swift Pkg Manager | [ @armino-dev ] |
108109| Docker CLI | | | Docker Hub | [ @christyjacob4 ] |
109110
@@ -116,6 +117,7 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
116117[ @TorstenDittmann ] : https://github.com/TorstenDittmann
117118[ @lohanidamodar ] : https://github.com/lohanidamodar
118119[ @christyjacob4 ] : https://github.com/christyjacob4
120+ [ @abnegate ] : https://github.com/abnegate
119121
120122[ PHP FIG ] : https://www.php-fig.org/
121123[ NPM Coding Style ] : https://docs.npmjs.com/misc/coding-style
@@ -126,6 +128,9 @@ $sdk->generate(__DIR__ . '/examples/php'); // Generate source code
126128[ Effective Go ] : https://golang.org/doc/effective_go.html
127129[ Swift Style Guide ] : https://google.github.io/swift/
128130[ C# Coding Conventions ] :https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions
131+ [ Kotlin style guide ] : https://kotlinlang.org/docs/coding-conventions.html#apply-the-style-guide
132+ [ Android style guide ] : https://developer.android.com/kotlin/style-guide
133+ [ Google style guide ] : https://google.github.io/styleguide/javaguide.html
129134
130135## Contributing
131136
0 commit comments