예제 #1
0
 def get(self):
     """Query for podcasts."""
     args = query_parser.parse_args()
     return Podcast.query(**args)