Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 738 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 738 Bytes

Package Search shared API models official JetBrains project

This module contains the API models for the Package Search APIs. The models are annotated for use with kotlinx.serialization, and should at all times match the Swagger specs for the same version.

API Models v1 are available in the v1 package, but they had no well-defined specs.

Using the API models

repositories {
    maven("https://packages.jetbrains.team/maven/p/kpm/public")
}

Then add the dependency:

dependencies {
    implementation("org.jetbrains.packagesearch:pkgs-api-models:[version]")
}