From c61e2ecdb7cdd31245d6f696a4f12046bad27be5 Mon Sep 17 00:00:00 2001 From: BoD Date: Tue, 13 Sep 2022 18:28:55 +0200 Subject: [PATCH 1/2] Update Apollo Android to reflect the Apollo Kotlin rename --- .../client/apollo-android.md | 19 ---------------- .../client/apollo-kotlin.md | 22 +++++++++++++++++++ 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 src/content/code/language-support/java-kotlin-android/client/apollo-android.md create mode 100644 src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md diff --git a/src/content/code/language-support/java-kotlin-android/client/apollo-android.md b/src/content/code/language-support/java-kotlin-android/client/apollo-android.md deleted file mode 100644 index 129a0b23bc..0000000000 --- a/src/content/code/language-support/java-kotlin-android/client/apollo-android.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Apollo Android -description: A strongly-typed, caching GraphQL client for Android, the JVM and Kotlin multiplatform. -url: https://github.com/apollographql/apollo-android -github: apollographql/apollo-android ---- - -Apollo Android is a Kotlin client with support for Android, Java8+, iOS and MacOS. It features: - -* Java and Kotlin code generation -* Queries, Mutations and Subscriptions -* Reflection-free parsing of responses -* Normalized cache -* HTTP cache -* File uploads -* Persisted queries -* Query batching -* Custom scalar types -* Reactive bindings for: RxJava2, RxJava3, Coroutines, Reactor and Mutiny diff --git a/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md new file mode 100644 index 0000000000..6f6b0855bc --- /dev/null +++ b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md @@ -0,0 +1,22 @@ +--- +name: Apollo Kotlin +description: A strongly-typed, caching GraphQL client for the JVM, Android, and Kotlin multiplatform. +url: https://github.com/apollographql/apollo-kotlin +github: apollographql/apollo-kotlin +--- + +Apollo Kotlin (formerly known as Apollo Android) is a GraphQL client with support for Android, Java8+, iOS and MacOS. It features: + +* Java and Kotlin Multiplatform code generation +* Queries, Mutations and Subscriptions +* Reflection-free parsing +* Normalized cache +* Custom scalar types +* HTTP cache +* Auto Persisted Queries +* Query batching +* File uploads +* Espresso IdlingResource +* Fake models for tests +* AppSync and graphql-ws websockets +* GraphQL AST parser From 5b16fc068eb596025be566079b4db466209abe65 Mon Sep 17 00:00:00 2001 From: BoD Date: Tue, 13 Sep 2022 20:01:01 +0200 Subject: [PATCH 2/2] Be less specific in the description --- .../java-kotlin-android/client/apollo-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md index 6f6b0855bc..dc225f787d 100644 --- a/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md +++ b/src/content/code/language-support/java-kotlin-android/client/apollo-kotlin.md @@ -5,7 +5,7 @@ url: https://github.com/apollographql/apollo-kotlin github: apollographql/apollo-kotlin --- -Apollo Kotlin (formerly known as Apollo Android) is a GraphQL client with support for Android, Java8+, iOS and MacOS. It features: +Apollo Kotlin (formerly known as Apollo Android) is a GraphQL client with support for Android, Java8+, iOS and Kotlin multiplatform in general. It features: * Java and Kotlin Multiplatform code generation * Queries, Mutations and Subscriptions