You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would ease the creation of JSON API. Example:
case class Person(name: String, height: Int)
val attrs: Attributes = jsonapiAttributesFormat(Person.apply) // or something like this
// this attrs is then useful when creating RootObject. We don't need to specify all attributes again.
The text was updated successfully, but these errors were encountered:
This would ease the creation of JSON API. Example:
The text was updated successfully, but these errors were encountered: