Quinn
07/08/2019, 1:33 PM{
"api.test": [],
"<http://apps.permissions.info|apps.permissions.info>": [
"token"
],
"apps.permissions.request": [
"token",
"scopes",
"trigger_id"
],
So in the end I could call my method with myApp.api.test('Bearer s0met0ken') and myApp.apps.permissions.request('Bearer s0met0ken', 'user.write', 'aTrigger')
Is this possible with some functional magic?Casey Brooks
07/08/2019, 2:04 PMCasey Brooks
07/08/2019, 2:05 PMsuspend
modifier! https://square.github.io/retrofit/Quinn
07/08/2019, 2:41 PM