Commit Graph
101 Commits
Author SHA1 Message Date
Łukasz Mróz 5876afb43a [Documentation] Update Assets.md 2017-09-02 20:54:31 +02:00
Łukasz Mróz 286c98c231 [Documentation] Remove outdated ArrayAsRootContainer.md 2017-09-02 20:49:26 +02:00
Łukasz Mróz 223876698c [Docs][Examples] Remove RxSwift for now as well. 2017-08-11 17:38:46 +02:00
Łukasz Mróz d68d8d259b [Docs][Examples] Bring back valuable RxSwift examples. 2017-08-11 16:38:58 +02:00
Łukasz Mróz 425b515bc7 [Docs][Examples] Remove ReactiveSwift from Readme. 2017-08-11 16:30:57 +02:00
Cihat Gündüz fd55c249a8 [Docs] Update OptionalParameters example with new task cases 2017-08-11 16: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
Steven Deutsch 5b8aac0876 Update ErrorTypes.md to represent response in .underlying case 2017-08-10 14:19:09 -05:00
Bas Broek 6194df67cb Remove examples 2017-07-30 20:44:31 +02:00
Łukasz Mróz 1d8d2caa40 [General] Rename MoyaProviderProtocol to MoyaProviderType. 2017-07-21 20:35:14 +02:00
Łukasz Mróz 758e88b8f9 [Documentation] Update for RxSwift & ReactiveSwift examples. 2017-07-21 20:35:01 +02:00
Pedro Vereza 45298d511f Updates docs with headers field 2017-07-21 20:01:07 +02:00
Gustavo Perdomo b0a3e2f5a7 Add response to moya underlaying error 2017-07-21 19:47:21 +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
Łukasz Mróz 31a816a2d6 [Docs][Examples][Append parameter name to the method in Assets.md] 2017-06-04 16:03:42 +02:00
Łukasz Mróz fa447460a7 [Docs][Examples][Add Assets.md content] 2017-06-04 15:47:40 +02:00
Łukasz Mróz 9a58117799 [Docs][Examples][Add creating authorization plugin to Readme] 2017-06-04 15:35:37 +02:00
Łukasz Mróz 072b20ffc4 [Docs][Examples][Add Alamofire automatic validation to Readme] 2017-06-04 15:34:42 +02:00
Łukasz Mróz c2b2be9ea1 [Docs][Examples][Add Assets.md] 2017-06-04 15:31:11 +02:00
Łukasz Mróz 16c340eb3a [Docs][Examples][Remove unnecessary advanced prefixes] 2017-06-04 15:30:42 +02: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
Pedro Vereza 44f921a5e0 Fixes fourth-tier header in Advanced.md 2017-03-30 23:46:31 -03:00
Lars-Jørgen Kristiansen 2b8747021e Update README.md
Fixed headers
2017-03-30 13:00:44 +02:00
Pedro Vereza 14881b06d7 Revert "Merge branch '9.0.0-dev' into master"
This reverts commit 23be214831, reversing
changes made to 4ac60f04c4.
2017-03-15 13:59:53 -03:00
Bas Broek 23be214831 Merge branch '9.0.0-dev' into master 2017-03-15 14:33:50 +01:00
Gustavo Perdomo 249e436ab1 Add response to moya underlaying error 2017-03-02 10:56:23 -03: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
Manas Chaudhari d4830f37e2 Add doc for multiple targets using associatedtype 2017-01-08 23:03:25 +05:30
Scott Hoyt 8a37df2d87 Replace instances of Moya.Error with MoyaError in documentation. 2017-01-02 17:05:43 -08: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 c7af17b4a1 Rename functions in PluginType to comply with design guidelines 2016-12-04 19:08:01 -02:00
Scott Hoyt f13eed949a Document Plugin request/response modification 2016-12-01 14:06:32 -08: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
Łukasz Mróz a08cc6ef0e [MultiTarget] Fixes to MultiTarget.md 2016-11-20 05:06:04 +01:00
Łukasz Mróz 9a319c91d1 [MultiTarget] Add MultiTarget.md content 2016-11-20 05:00:13 +01:00
Łukasz Mróz 4c856bd609 [MultiTarget] Add new Example page & add to the Example list 2016-11-20 04:51:16 +01:00
Bas Broek ba71a1f98e Update SubclassingProvider.md to Swift 3 2016-11-14 12:24:04 +01:00