An open API service indexing awesome lists of open source software.

https://github.com/vapi4k/vapi4k

Vapi4k is a Ktor plugin and a Kotlin DSL that makes it easy to define, deploy, and maintain Vapi applications
https://github.com/vapi4k/vapi4k

kotlin vapi

Last synced: 16 days ago
JSON representation

Vapi4k is a Ktor plugin and a Kotlin DSL that makes it easy to define, deploy, and maintain Vapi applications

Awesome Lists containing this project

README

          

# Vapi4k

[![Release](https://jitpack.io/v/vapi4k/vapi4k.svg)](https://jitpack.io/#vapi4k/vapi4k)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=vapi4k_vapi4k&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=vapi4k_vapi4k)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=vapi4k_vapi4k&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=vapi4k_vapi4k)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2ec91457b7814a73a7ac70b9e1290f1e)](https://app.codacy.com/gh/vapi4k/vapi4k/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![codebeat badge](https://codebeat.co/badges/02b852d6-0eb0-4e1d-a87b-4c0ee6362c34)](https://codebeat.co/projects/github-com-vapi4k-vapi4k-master)
[![Kotlin version](https://img.shields.io/badge/kotlin-2.2.0-red?logo=kotlin)](http://kotlinlang.org)
[![ktlint](https://img.shields.io/badge/ktlint%20code--style-%E2%9D%A4-FF4081)](https://pinterest.github.io/ktlint/)
![build workflow](https://github.com/vapi4k/vapi4k/actions/workflows/build-all-docs.yml/badge.svg?branch=docs)

Vapi4k is a [Ktor](https://ktor.io) plugin and a [Kotlin DSL](https://kotlinlang.org/docs/type-safe-builders.html)
that makes it easy to define, deploy, and maintain [Vapi](https://vapi.ai) applications.

The [Vapi4k Documentation](https://vapi4k.com/overview.html)
and
[KDocs](https://vapi4k.com/kdocs/)
are a work in progress.

The vapi4k-template GitHub repo can be found [here](https://github.com/vapi4k/vapi4k-template).