Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
chore: remove redundant code (#36)
Browse files Browse the repository at this point in the history
* chore: remove redundant code

* chore: update Alamofire and fix whitespace issue
  • Loading branch information
ItsANameToo committed Jul 11, 2019
1 parent b122b0e commit 1eeea08
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 401 deletions.
2 changes: 1 addition & 1 deletion Client/Cartfile
@@ -1,2 +1,2 @@
# Require Alamofire
github "Alamofire/Alamofire" ~> 4.7
github "Alamofire/Alamofire" ~> 4.8.2
2 changes: 1 addition & 1 deletion Client/Cartfile.resolved
@@ -1 +1 @@
github "Alamofire/Alamofire" "4.8.0"
github "Alamofire/Alamofire" "4.8.2"
2 changes: 1 addition & 1 deletion Client/Client/Api/Endpoints/Node.swift
Expand Up @@ -36,7 +36,7 @@ public class Node {
public func configuration(completionHandler: @escaping ([String: Any]?) -> Void) {
apiGetHandler("\(endpoint)/configuration", [:], completionHandler)
}

/// Retrieves the configuration
public func fees(completionHandler: @escaping ([String: Any]?) -> Void) {
apiGetHandler("\(endpoint)/fees", [:], completionHandler)
Expand Down
66 changes: 0 additions & 66 deletions Client/Client/Api/One/AccountsOne.swift

This file was deleted.

81 changes: 0 additions & 81 deletions Client/Client/Api/One/BlocksOne.swift

This file was deleted.

78 changes: 0 additions & 78 deletions Client/Client/Api/One/DelegatesOne.swift

This file was deleted.

41 changes: 0 additions & 41 deletions Client/Client/Api/One/LoaderOne.swift

This file was deleted.

14 changes: 0 additions & 14 deletions Client/Client/Api/One/One.swift

This file was deleted.

41 changes: 0 additions & 41 deletions Client/Client/Api/One/PeersOne.swift

This file was deleted.

31 changes: 0 additions & 31 deletions Client/Client/Api/One/SignaturesOne.swift

This file was deleted.

0 comments on commit 1eeea08

Please sign in to comment.