Commit Graph

37 Commits

Author SHA1 Message Date
Steven Deutsch c472b2f83e Remove Endpoint generics from docs 2018-01-26 00:53:47 -06:00
Łukasz Mróz 1d4700baca Merge pull request #1386 from Moya/MrAsterisco-patch-1
[WIP] Update RxSwift.md
2017-11-03 13:01:08 +01:00
Alessio Moiso 1af24ee416 Move reminder about retaining providers to Basic.md and Providers.md 2017-10-26 15:22:28 +02:00
Łukasz Mróz 9ef7864aa4 [Documentation] Update for removal of default arguments in Endpoint.init 2017-10-21 17:44:20 +02:00
Łukasz Mróz c6d26a0903 [Documentation] Update Basic.md 2017-09-02 21:04:35 +02:00
Cihat Gündüz 2d61c17202 [Docs] Update Basic example to use new task cases 2017-08-11 16:04:35 +02:00
Pedro Vereza 45298d511f Updates docs with headers field 2017-07-21 20:01:07 +02:00
Pedro Vereza 6a58b0b8a1 Clarifies difference between URLEncoding.default and queryString 2017-06-13 09:27:37 -03:00
Pedro Vereza 7d44a7c250 [Documentation] Fix example on how to send params in URL on POST 2017-06-12 19:00:41 -03:00
pawurb a9678b5b4f Update readme regarding json fixture files 2017-06-04 14:13:11 +02:00
Bas Broek 30e7994a4c Use consistent heading styles, fix indentation + spelling 2017-05-26 18:05:44 +02:00
Jawwad Ahmad 46d7c5adea Lowercase enum: ".Failure" -> ".failure" 2017-05-14 21:37:16 +05:00
Danny M 67c5068d18 Changed Moya.Error to MoyaError 2017-02-27 21:41:07 -05:00
Pedro Vereza 1429112d56 Simplify case statement in Basic.md 2017-02-07 16:45:01 -02:00
Pedro Vereza ac6bd1a278 Adds example of POST request with parameters in the URL 2017-02-07 15:57:56 -02:00
Pedro Vereza 681584db27 Changes POST example in Basic.md to send parameters as JSON 2017-02-07 14:34:05 -02:00
Andrea Mazzini 35672e89ff Update docs/Examples/Basic.md 2017-01-31 11:08:54 +01:00
Bas Broek 2079f389f3 Update url for new structure in Basic.md 2017-01-17 09:36:22 +01:00
Bas Broek 06c39223fb Fix spacing 2016-12-08 23:51:26 +01:00
Bas Broek 6d886cb0e3 Make example code compile 2016-12-08 23:01:20 +01:00
Pedro Vereza 7c576e5bd4 Merge pull request #806 from Moya/swift-url-escaped
Update all uses of `urlEscapedString` to `urlEscaped`.
2016-11-29 11:39:48 -02:00
Bas Broek ab8c2d5017 Update all uses of urlEscapedString to urlEscaped. 2016-11-29 12:51:58 +01:00
Pedro Vereza e6abf6ba70 Merge pull request #804 from Moya/endpoint-url
Update documentation's Endpoint param URL to url.
2016-11-29 09:38:38 -02:00
Bas Broek a253046eed Update Basic.md 2016-11-29 07:10:00 +01:00
shingt a9ff375e5d Remove multipartBody from basic example doc 2016-11-23 15:04:19 +09:00
Austin Louden 3060956bbe Add switch with cases for clarity 2016-11-07 00:34:51 -08:00
Austin Louden 9f5e8acf5c Add required TargetType protocol method, task
`public var task: Moya.Task { get }` is now required, this adds it to the setup documentation.
2016-11-06 22:54:36 -08:00
Ash Furrow 08b3dcbbc2 Merge pull request #683 from Moya/swift3-documentation
Swift 3-ify documentation
2016-09-26 15:07:14 -04:00
Bas Broek 74e7b37dd6 Sentences are start with an uppercase 2016-09-26 19:44:49 +02:00
Pedro Vereza 76886247f3 Changes HTTP verbs enum to lowercase 2016-09-26 13:47:08 -03:00
Bas Broek 9460fabd82 More urlEscapedString instead of URLEscapedString 2016-09-26 09:49:36 +02:00
Fernando Paredes 07bad87b17 [Docs] First pass converting to Swift 3 interface 2016-09-25 13:43:38 -07:00
Fernando Paredes 9e861c0376 [Docs] AnyObject -> Any 2016-09-25 13:28:32 -07:00
Fernando Paredes deb4460fd7 [Docs] Update enum usage to swift 3 idiom
Updates enum usage to match Swift 3 default of `Enum.camelCase`
2016-09-25 13:07:53 -07:00
Tom Jowett 72b1c0a224 Local stubs - yo. 2016-09-05 12:10:33 -10:00
Antoine van der Lee 93d4132a5b Update Basic.md
Updated documentation for TargetType to include multipartyBody.
2016-08-02 10:12:09 +02:00
Evgeny Aleksandrov 2ff9bcf003 Move examples to separate folder 2016-04-11 16:27:20 +03:00