- 授权协议: MIT
- 开发语言: Swift
- 操作系统: 跨平台
- 软件首页: http://github.com/kevin0571/Dratini
- 软件文档: http://github.com/kevin0571/Dratini
- 官方下载: http://github.com/kevin0571/Dratini
软件介绍
Dratini 是一个简洁的网络抽象层。
通过编写 Class/Struct 来描述 Request 和 Response ;使用 Block 监听 Response,通过 requestID 监听单一 Response ,通过类型监听所有同类 Response 。
Request 和 Response 的编解码方式可自定义扩展。
Usage
CocoaPods
pod 'Dratini'
Carthage
github "kevin0571/Dratini"
Swift Package Manager
dependencies: [ .Package(url: "https://github.com/kevin0571/Dratini.git", majorVersion: 1) ]
Refactoring
Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!
