@@ -25,23 +25,24 @@ If the FileName is not provided it's inferred from the host name of the remote U
25
25
26
26
swiftref http://techstacks.io
27
27
28
- Will download the Typed Swift DTOs for [ techstacks.io] ( http://techstacks.io ) and save them to ` techstacks.dtos.swift ` or
29
- if preferred specify a different FileName to save it to, e.g:
28
+ Which will download the Typed Swift DTOs for [ techstacks.io] ( http://techstacks.io ) and save them to ` techstacks.dtos.swift `
29
+ or if preferred, you can specify a different FileName to save to, e.g:
30
30
31
31
swiftref http://techstacks.io TechStacks
32
32
33
- Which will save it to ` TechStacks.dtos.swift ` .
33
+ Which will save the Typed Swift DTOs to ` TechStacks.dtos.swift ` .
34
34
35
- ` swiftref ` will also download [ ServiceStack's Swift Client] ( https://github.com/ServiceStack/ServiceStack.Swift ) and save it to
36
- ` JsonServiceClient.swift ` which contains all the dependencies to consume Typed Web Services in Swift.
35
+ ` swiftref ` also downloads [ ServiceStack's Swift Client] ( https://github.com/ServiceStack/ServiceStack.Swift )
36
+ and saves it to ` JsonServiceClient.swift ` which together with the Server DTOs contains all the dependencies required to
37
+ consume Typed Web Services in Swift.
37
38
38
39
### Update an existing ServiceStack Reference:
39
40
40
- To Update an existing ServiceStack Reference provide it as the first argument:
41
+ To Update an existing ServiceStack Reference provide its Filename as the first argument:
41
42
42
43
swiftref {FileName.dtos.swift}
43
44
44
- As an example you can Update the file added in the previous command with the latest Server DTOs using :
45
+ As an example you can Update the Server DTOs added in the previous command with:
45
46
46
47
swiftref TechStacks.dtos.swift
47
48
@@ -51,4 +52,4 @@ that were manually added.
51
52
52
53
## Learn
53
54
54
- Documentation for [ Swift Add ServiceStack Reference] ( http://docs.servicestack.net/swift-add-servicestack-reference ) .
55
+ To learn more, see Documentation for [ Swift Add ServiceStack Reference] ( http://docs.servicestack.net/swift-add-servicestack-reference ) .
0 commit comments