Bosta Python开发包

bosta的Python项目详细描述


用于与bosta集成的python sdk。

用法

importosfrombostaimport*bosta=Bosta(api_key=os.getenv('BOSTA_API_KEY'),api_base=os.getenv('BOSTA_API_BASE'))receiver=Receiver(firstName='Lemuel',lastName='Formacil',phone='+201551234567')pickup_address=Address(firstLine='1234 Some Place',city='EG-01')dropoff_address=Address(firstLine='5678 Another Place',city='EG-01')result=bosta.deliveries_create(receiver=receiver,pickupAddress=pickup_address,dropoff_address=dropoff_address)bosta.deliveries_list(perPage=10,page=1)bosta.deliveries_get(_id=result._id)bosta.deliveries_update(_id=result._id,notes='Throw package into the window.')bosta.deliveries_delete(_id=result._id)

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

推荐PyPI第三方库


热门话题
java如何在安卓中使用动画旋转某些东西   排序如何对Java ArrayList进行排序   JAVAlang.OutOfMemoryError:使用Apache POI读取excel时的Java堆空间   java Tomcat 8.0.20内存不足错误   显式EntityManager之后@RequestScoped Bean中的java LazyInitializationException。发现   java对象到片段的通信   java DidRangeBeanConsinRegion并不总是在altBeacon库中工作   用java将xml配置文件应用到我的应用程序中的最佳方法是什么?   输入Java扫描器和字母   字符串Java解析输出的消息   使用pdfbox或其他java库从pdf文件中提取文本时,如何检查文本旋转?   java如何在与给定值相同的记录中找到值   运行时中的java更改工件版本   线程“awteventque0”java中的swing异常。lang.NumberFormatException:空   java为什么数组中的字符串不起作用?