-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Swift Generator for HTTP Protobuf Clients (#246)
* version change 4.1 * move generated and interface wrappers to libmobilecoin * update small things to make it compatible * update libmobilecoin and podfiles * latest libmobilecoin * update lock files * fix imports in libmobilecoin, update versions in podspec * fix import on test file, update libmobilecoin * remove duplicate conformance to fix warnings
- Loading branch information
1 parent
a4bfa7c
commit d45e2bb
Showing
28 changed files
with
39 additions
and
939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPCallOptions.swift
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPClient.swift
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPClientCall.swift
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPMethod.swift
This file was deleted.
Oops, something went wrong.
33 changes: 0 additions & 33 deletions
33
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPResponse.swift
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPStatus.swift
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
Sources/Network/HTTPS/HttpConnection/HTTPInterface/HTTPUnaryCall.swift
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
// | ||
|
||
import Foundation | ||
import LibMobileCoin | ||
|
||
public protocol HttpCallable { | ||
associatedtype Request | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.