Commit Graph
38 Commits
Author SHA1 Message Date
Steven Deutsch 6bfca04983 Merge pull request #1443 from evgeny-sureev/add-custom-jsonencoder
Add Task.requestCustomJSONEncodable
2017-11-29 13:42:25 -06:00
Oksana Kovalchuk 97a11694b6 fixed missed semicolon in code example (#1452)
* fixed missed semicolon in code example

* fixed missing semicolon in chinese doc
2017-11-08 23:31:11 -02:00
Evgeny Sureev c1ade9ba39 Add Task.requestCustomJSONEncodable 2017-11-03 21:48:53 +03:00
Łukasz Mróz ab818de60b Update docs around Encodable 2017-10-21 17:46:03 +02:00
Łukasz Mróz 3450f08da4 [Documentation] Update Targets.md 2017-09-02 20:44:30 +02:00
Cihat Gündüz 9f2e49442d Update docs with new task enum 2017-08-11 16:04:33 +02:00
Bas Broek 54fbdf2307 Update Targets.md 2017-07-21 20:01:16 +02:00
Pedro Vereza 45298d511f Updates docs with headers field 2017-07-21 20:01:07 +02:00
Bas Broek 30e7994a4c Use consistent heading styles, fix indentation + spelling 2017-05-26 18:05:44 +02:00
Scott Hoyt 2cbd82b67f Fix typo in docs. 2017-01-03 20:13:39 -08:00
Scott Hoyt 1e7a047ea8 Update docs for removing parameterEncoding default. 2016-12-31 14:17:19 -08:00
Bas Broek f7b7300582 Fix typos 2016-12-25 14:40:29 +01:00
Scott Hoyt c3b04eeb87 Update Target documentation for the parameterEncoding property. 2016-12-24 12:51:49 -08:00
Bas Broek ab8c2d5017 Update all uses of urlEscapedString to urlEscaped. 2016-11-29 12:51:58 +01:00
Bas Broek 02af5c0fb5 Swiftier variable name in docs 2016-11-28 20:54:00 +01:00
shingt dd5d99827c Add switch cases for clarity 2016-11-23 15:18:06 +09:00
shingt 7bb5191a51 Replace multipartBody with task in targets doc 2016-11-23 15:08:40 +09:00
Ash Furrow 08b3dcbbc2 Merge pull request #683 from Moya/swift3-documentation
Swift 3-ify documentation
2016-09-26 15:07:14 -04:00
Pedro Vereza 76886247f3 Changes HTTP verbs enum to lowercase 2016-09-26 13:47:08 -03:00
Bas Broek 1f3026ec21 use urlEscapedString instead of URLEscapedString 2016-09-26 09:46:13 +02:00
Fernando Paredes a5095364e4 [Docs] Second pass at Swift 3 interface changes 2016-09-25 13:52:15 -07: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
lucasp90 5229e60c09 Removed unnecesary parentheses on sample data example. 2016-09-15 14:15:18 -03:00
lucasp90 1e12e882a6 Added parameter example using Target's associated values 2016-09-15 13:14:46 -03:00
Cheng-Yu Hsu 52e4b96df3 📚 Updated documentations
- Fix some typos
- Use American spellings
- Remove trailing whitespaces
- Fix invalid links to other `.md` files
2016-09-15 10:41:15 +08:00
Kevin Hirsch 634b860fc2 Complete missing documentation to Targets.md
Documentation about `multipartBody` property on `TargetType` was missing.
2016-09-07 15:50:58 +02:00
Bas Broek 603ca9da22 All code blocks start without any spacing
Some code blocks indented a tab, some where not.
2016-08-10 16:11:44 +02:00
Joey b31b102be8 Remove invalid braces 2015-12-22 19:06:17 +08:00
Pierre-Marc Airoldi 1ceaa0f619 change protocol name to be *Type
Changes:
- **Breaking Change** rename `MoyaTarget` protocol to `TargetType`
- **Breaking Change** rename `MoyaRequest` protocol to `RequestType`
- **Breaking Change** rename `Plugin` protocol to `PluginType`
2015-11-27 11:29:24 -05:00
Victor Wang 809ff2208b Change paragraphs order for more comprehensibility 2015-11-24 11:22:38 +01:00
Ash Furrow 8991be0e57 [Target] Makes parameters an optional type. Fixes #226. 2015-09-21 23:21:10 -04:00
Paweł Białecki 3a23eaf54e Fix typo 2015-07-26 08:09:05 +02:00
Ash Furrow 93360b7571 Fixed issues with protocol combination. 2015-06-13 18:04:56 -07:00
Arkadiusz Holko ba872837fb Fix typo in Targets.md 2015-06-01 21:49:54 +02:00
Ash Furrow 4c36e57bab Addressed feedback. 2015-05-27 10:28:02 -04:00
Ash Furrow 584111bc5f Uhh, a lot of stuff actually. 2015-05-26 19:43:48 -04:00