LatestTermsService

interface LatestTermsService

Functions

latestTerms
Link copied to clipboard
@GET(value = "terms/latest")
abstract fun latestTerms(@Query(value = "filter[serviceName]"filterserviceName: String): Call<Terms>