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

commonMain.com.bselzer.gw2.v2.client.constant.Headers.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.gw2.v2.client.constant

internal object Headers {
    /**
     * The bearer type of authorization.
     */
    const val BEARER = "Bearer"

    /**
     * The schema version header.
     */
    const val SCHEMA_VERSION = "X-Schema-Version"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy