mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
feat: add rest and graphql
This commit is contained in:
@@ -20,6 +20,8 @@ export enum Platform {
|
||||
ClientApple = 'client-apple',
|
||||
ClientAndroidKotlin = 'client-android-kotlin',
|
||||
ClientAndroidJava = 'client-android-java',
|
||||
ClientGraphql = 'client-graphql',
|
||||
ClientRest = 'client-rest',
|
||||
ServerDart = 'server-dart',
|
||||
ServerDeno = 'server-deno',
|
||||
ServerDotNet = 'server-dotnet',
|
||||
@@ -36,6 +38,8 @@ export const platformMap: Record<Language, string> = {
|
||||
[Platform.ClientWeb]: 'Web',
|
||||
[Platform.ClientAndroidKotlin]: 'Android (Kotlin)',
|
||||
[Platform.ClientAndroidJava]: 'Android (Java)',
|
||||
[Platform.ClientGraphql]: 'GraphQL',
|
||||
[Platform.ClientRest]: 'REST',
|
||||
[Platform.ServerDart]: 'Dart',
|
||||
[Platform.ServerDeno]: 'Deno',
|
||||
[Platform.ServerDotNet]: '.NET',
|
||||
|
||||
Reference in New Issue
Block a user