Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhuamaodeyu/tknetworkeyemodule
TKComponentization NetworkEye module
https://github.com/zhuamaodeyu/tknetworkeyemodule
Last synced: about 13 hours ago
JSON representation
TKComponentization NetworkEye module
- Host: GitHub
- URL: https://github.com/zhuamaodeyu/tknetworkeyemodule
- Owner: zhuamaodeyu
- License: mit
- Created: 2019-03-28T02:24:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T09:14:59.000Z (about 5 years ago)
- Last Synced: 2024-10-31T16:03:40.589Z (19 days ago)
- Language: Swift
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TKNetworkEyeModule
[![CI Status](https://img.shields.io/travis/zhuamaodeyu/TKNetworkEyeModule.svg?style=flat)](https://travis-ci.org/zhuamaodeyu/TKNetworkEyeModule)
[![Version](https://img.shields.io/cocoapods/v/TKNetworkEyeModule.svg?style=flat)](https://cocoapods.org/pods/TKNetworkEyeModule)
[![License](https://img.shields.io/cocoapods/l/TKNetworkEyeModule.svg?style=flat)](https://cocoapods.org/pods/TKNetworkEyeModule)
[![Platform](https://img.shields.io/cocoapods/p/TKNetworkEyeModule.svg?style=flat)](https://cocoapods.org/pods/TKNetworkEyeModule)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
TKNetworkEyeModule is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'TKNetworkEyeModule'
```## Example
1. register Network Eye Service
```
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// register
// you can new config object
NetworkEyeManager.sharedInstance.register(nil)
return true
}
```Now,you can see all network request from sandBox `TKNetworkEye.sqlite3` file
##### Note
this pod is not support `UIWebView/WKWebView` request.## Author
zhuamaodeyu, [email protected]
## License
TKNetworkEyeModule is available under the MIT license. See the LICENSE file for more info.