
com.yukihirai0505.sFacebook.http.Verbs.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sfacebook_2.11 Show documentation
Show all versions of sfacebook_2.11 Show documentation
A Scala library for the Facebook API
The newest version!
package com.yukihirai0505.sFacebook.http
/**
* author Yuki Hirai on 2016/11/09.
*/
sealed abstract class Verbs(val label: String)
object Verbs {
case object GET extends Verbs("GET")
case object POST extends Verbs("POST")
case object PUT extends Verbs("PUT")
case object DELETE extends Verbs("DELETE")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy