コード例 #1
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def weibo_position_search():
  weiboApi = WeiboApiHandler()
  return weiboApi.weibo_position_search_data() 
コード例 #2
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def weibo_user_show():
  weiboApi = WeiboApiHandler()
  return weiboApi.weibo_user_show()
コード例 #3
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def weibo_place_photos():
  weiboApi = WeiboApiHandler()
  return weiboApi.weibo_place_nearby_photos()
コード例 #4
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def weibo_location_pois_search_by_location_view():
  weiboApi = WeiboApiHandler()
  return weiboApi.weibo_place_nearby_photos()
コード例 #5
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def weibo_view():
  return WeiboApiHandler.weibo()
コード例 #6
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def login_to_weibo_view():
  return WeiboApiHandler.login_to_weibo()
コード例 #7
0
ファイル: routers.py プロジェクト: developernavy/saeShowr
def main_page_show():
  return WeiboApiHandler.weibo_homepage()