Example #1
0
 def list(self, request, *args, **kwargs):
     """
     This request will retrieve Atmosphere's version,
     including the latest update to the code base and the date the
     update was written.
     """
     return Response(get_version("all"))
 def list(self, request, *args, **kwargs):
     """
     This request will retrieve Atmosphere's version,
     including the latest update to the code base and the date the
     update was written.
     """
     return Response(get_version("all"))
Example #3
0
 def get(self, request, format=None):
     """Atmosphere's version
     """
     return Response(get_version("all"))