g冒险rest api的python客户端

gapip的Python项目详细描述


快速启动

>>>fromgapipyimportClient>>>api=Client(application_key='MY_SECRET_KEY')>>># Get a resource by id>>>tour=api.tours.get(24309)>>>tour.product_lineu'AHEH'>>>tour.departures.count()134>>>dossier=tour.tour_dossier>>>dossier.nameu'Essential India'>>>itinerary=dossier.structured_itineraries[0]>>>{day.day:day.summaryfordayinitinerary.days[:3]}{1:u'Arrive at any time. Arrival transfer included through the G Adventures-supported Women on Wheels project.',2:u'Take a morning walk through the city with a young adult from the G Adventures-supported New Delhi Streetkids Project. Later, visit Old Delhi, explore the spice markets, and visit Jama Masjid and Connaught Place.',3:u"Arrive in Jaipur and explore this gorgeous 'pink city'."}>>># Create a new resource>>>booking=api.bookings.create({'currency':'CAD','external_id':'abc'})>>># Modify an existing resource>>>booking.external_id='def'>>>booking.save()

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java获取TaskCompletionSource工作(Firestore的Android任务)   从PNG文件获取java或信息   neo4j嵌入式版本2.3.8的java NotInTransactionException   OSGI框架的java Eclipse启动配置在Mac上不起作用   java svn:“预提交”挂钩失败,输出错误:   java中ResourceBundle的io查询   java声明变量的最佳方法是什么?遵循下面的例子?   java如何在log4j中获得不同的记录器?   hibernate错误“java.lang.NoSuchMethodError:org.jboss.logging.Logger.getMessageLogger”   swing将JPanel保存为图像   eclipse(Java Spigot)我的PlayerInteractEvent有问题   使用java nio从FileChannel读取的字符串   java Eclipse无法清理生成输出   安卓对Eclipse java组件中的代码行数有限制吗   java Android Studio将应用程序推到手机上,不会让我   针对具有两个编辑器的页面的selenium java代码自动化   Java正则表达式:负前瞻   JavaJPA:基于实例变量将实体动态映射到表