Skip to content

Releases: shial4/SLazeKit

Release 0.1.3

10 Jan 22:43
Compare
Choose a tag to compare

Expose helper methods as public.

Release 0.1.2

08 Jan 00:02
e7ea34e
Compare
Choose a tag to compare
  1. Multiple configurations/APIs support
  2. Better performance

Release 0.1.1

07 Jan 02:01
Compare
Choose a tag to compare

minor safety changes

Release 0.1.0

27 Dec 04:54
Compare
Choose a tag to compare

Release 0.1.0

SLazeKit Help to execute API request with your Encodable model as a request argument. Maps your response to your Decodable model response and serialize it to CoreData objects.

Features:

  • SLazeKit class for fast and handy API requests.
  • EntityMapping protocol for CoreData Codable operations.
  • StringInitializable protocol for unstable API numeric responses.
  • NSManagedObject extension for fast object query
  • Decodable protocol extension with handy request mapping methods.