Skip to content

JetBrains/package-search-api-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]")
}