AliSoftware / AliSoftware/OHHTTPStubs
[wiki] OHHTTPStubsResponse to HTTPStubsResponse with Swift
- Ngôn ngữ chính
- Objective-C
- Star
- 5.1k
- Fork
- 597
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### New Issue Checklist
- [x] I have tried with the latest version of OHHTTPStubs
- [x] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md)
- [x] I have read the [Using the right Swift Version of `OHHTTPStubs` for your project](https://github.com/AliSoftware/OHHTTPStubs#using-the-right-swift-version-of-ohhttpstubs-for-your-project) section
- [x] I have searched in the [existing issues](https://github.com/AliSoftware/OHHTTPStubs/issues?utf8=✓&q=is%3Aissue)
- [x] I have read [the OHHTTPStubs wiki](https://github.com/AliSoftware/OHHTTPStubs/wiki) to see if there wasn't a detailed page talking about my issue
### Environment
- version of OHHTTPStubs: 9.0.0
- integration method you are using:
* [ ] Cocoapods
* [x] Carthage
* [ ] submodule
* [ ] other
- version of the tool you use: [INSERT VERSION HERE]
### Issue Description
It seems that some wiki contents are incorrect.
https://github.com/AliSoftware/OHHTTPStubs/wiki/Usage-Examples
```swift
// wrong
OHHTTPStubsResponse(data: stubData!, statusCode:200, headers:nil)
// correct
HTTPStubsResponse(data: stubData!, statusCode:200, headers:nil)
```
##### Complete output when you encounter the issue (if any)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.