Skip to content

Tags: knzm/APIKit

Tags

1.0.0

Toggle 1.0.0's commit message
Update README

1.0.0-beta.14

Toggle 1.0.0-beta.14's commit message
Merge pull request ishkawa#101 from ishkawa/feature/fix-Result-version

Specify the version of Result by ~> operator to avoid the collision

1.0.0-beta.13

Toggle 1.0.0-beta.13's commit message
Merge pull request ishkawa#98 from ishkawa/feature/update-result

Update Result to 0.6.0-beta.6

1.0.0-beta.12

Toggle 1.0.0-beta.12's commit message
Merge pull request ishkawa#97 from ishkawa/feature/fix-submodules

Update dependency to fix installing via Carthage

1.0.0-beta.11

Toggle 1.0.0-beta.11's commit message
Bump Xcode version on Travis CI

1.0.0-beta.10

Toggle 1.0.0-beta.10's commit message
Merge pull request ishkawa#94 from inamiy/access-level

Change access level of RequestType.parseData() to public.

1.0.0-beta.9

Toggle 1.0.0-beta.9's commit message
Merge pull request ishkawa#86 from ishkawa/feature/session

Rename `API` to `Session` and reorganize relationship between `Session` and `NSURLSession`

1.0.0-beta.8

Toggle 1.0.0-beta.8's commit message
Merge pull request ishkawa#84 from ishkawa/explicit-null-value

Improve nullable keys handling, restore [String: AnyObject] for `parameters`

1.0.0-beta.7

Toggle 1.0.0-beta.7's commit message
Merge pull request ishkawa#83 from inamiy/nullable-parameter-value

Fix parameter type from [String:AnyObject] to [String:AnyObject?] for nullable value.

1.0.0-beta.6

Toggle 1.0.0-beta.6's commit message
Update podspec