EasyPostHelper-iOS:通过iOS访问EasyPost Shipping API

时间:2024-05-25 11:33:30
【文件属性】:

文件名称:EasyPostHelper-iOS:通过iOS访问EasyPost Shipping API

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-25 11:33:30

Objective-C

EasyPostHelper-iOS 通过iOS访问EasyPost Shipping API EasyPostHelper-iOS 简单实现适用于iOS的EasyPost API,以获取发货率。 依存关系 AFNetworking- *建议安装Cocoapods 安装 复制并导入自己的项目。 #import "EasyPostHelper.h" 在EasyPostHelper.m中设置您的EASYPOST_APIKEY 用法 创建发件人,收件人和包裹的尺寸和重量字典 NSMutableDictionary *dictionaryForParcel = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"8",@"parcel[length]", @"6",@"parcel[width]", @"5",@"parcel[hei


【文件预览】:
EasyPostHelper-iOS-master
----EasyPost()
--------EasyPostHelper.h(573B)
--------EasyPostHelper.m(6KB)
----README.md(4KB)
----.DS_Store(6KB)

网友评论