We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f1025 commit 49d4c1dCopy full SHA for 49d4c1d
BuckoNetworking/Bucko.swift
@@ -58,7 +58,7 @@ public struct Bucko {
58
/**
59
Make API requests. Use this to handle responses with your own response closure. The example
60
uses responseData to handle the response. If you are expecting JSON, you should
61
- use Bucko.shared.request(endpoint:,completion:) instead.
+ use `Bucko.shared.request(endpoint:,completion:)` instead.
62
63
Example:
64
BuckoNetworking/BuckoNetworking.h
@@ -7,6 +7,8 @@
7
//
8
9
@import Foundation;
10
+@import Alamofire;
11
+@import SwiftyJSON;
12
13
//! Project version number for BuckoNetworking.
14
FOUNDATION_EXPORT double BuckoNetworkingVersionNumber;
0 commit comments