All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gabrielittner.github.diff.Remote.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.gabrielittner.github.diff

interface Remote {
    fun latestReleaseCommit(): String?
    fun pullRequestMergeBaseCommit(number: Int): String
    fun postComment(number: Int, comment: String)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy