11[ example ] : https://github.com/manriif/supabase-edge-functions-kt-example
2+ [ website ] : https://manriif.github.io/supabase-edge-functions-kt
23
34# Supabase Edge Functions Kotlin
45
@@ -10,7 +11,7 @@ as primary programming language.
1011[ ![ ] ( https://img.shields.io/badge/Stability-experimental-orange )] ( #project-stability )
1112[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.0.0-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
1213[ ![ IR] ( https://img.shields.io/badge/Kotlin%2FJS-IR_only-yellow )] ( https://kotl.in/jsirsupported )
13- [ ![ API] ( https://img.shields.io/badge/API-dokka-green )] ( )
14+ [ ![ API] ( https://img.shields.io/badge/API-dokka-green )] [ website ]
1415[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.manriif.supabase-functions/github-plugin?label=MavenCentral&logo=apache-maven )] ( https://search.maven.org/artifact/org.jetbrains.dokka/io.github.manriif.supabase-functions )
1516[ ![ Gradle Plugin] ( https://img.shields.io/gradle-plugin-portal/v/io.github.manriif.supabase-functions?label=Gradle&logo=gradle )] ( https://plugins.gradle.org/plugin/io.github.manriif.supabase-functions )
1617[ ![ MIT License] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://choosealicense.com/licenses/mit/ )
@@ -102,9 +103,9 @@ suspend fun serve(request: Request): Response {
102103After a successful gradle sync and if you are using an IntelliJ based IDE, you will see new run configurations for your function.
103104
104105<picture >
105- <source media =" (prefers-color-scheme: dark) " srcset =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/dev/docs /run_config_dark.png " >
106- <source media =" (prefers-color-scheme: light) " srcset =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/dev/docs /run_config_light.png " >
107- <img alt =" Run configurations " src =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/dev/docs /run_config_light.png " >
106+ <source media =" (prefers-color-scheme: dark) " srcset =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/main/readme /run_config_dark.png " >
107+ <source media =" (prefers-color-scheme: light) " srcset =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/main/readme /run_config_light.png " >
108+ <img alt =" Run configurations " src =" https://raw.githubusercontent.com/manriif/supabase-edge-functions-kt/main/readme /run_config_light.png " >
108109</picture >
109110
110111Run:
0 commit comments