Example #1
0
 def get(self):
     """
     Return context required to properly run a full app connected to the API (like the Kitsu web client).
     ---
     tags:
     - User
     responses:
         200:
             description: Context to properly run a full app connected to the API
     """
     return user_service.get_context()
Example #2
0
 def get(self):
     return user_service.get_context()