Popularity
0.2
Stable
Activity
0.0
Stable
0
2
0

Description

Here is 3 classes that encapsulate calling of methods to HTTP server of Fishy application.

Classes: 1. FishySessionManager is class for calling GET and POST HTTP methods and receive back Foundation Objects and optional Error. 2. FishyRequestSerializer is class that encapsulates custom logic for preparing any HTTP requests to Fishy server. 3. FishyrespoceSerializer is class that encapsulates logic for transforming response string from server into Foundation Objects suitable for use inside Fishy Application.

Code Quality Rank: L4
Programming language: Objective-C
Tags: UI     iOS     Objects     FishyrespoceSerializer    

ios_sample alternatives and similar libraries

Based on the "UI" category.
Alternatively, view ios_sample (Erminesoft) alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ios_sample or a related project?

Add another 'UI' Library

README

ios_sample

Here is 3 classes that encapsulate calling of methods to HTTP server of Fishy application.

Classes:

  1. FishySessionManager is class for calling GET and POST HTTP methods and receive back Foundation Objects and optional Error.
  2. FishyRequestSerializer is class that encapsulates custom logic for preparing any HTTP requests to Fishy server.
  3. FishyrespoceSerializer is class that encapsulates logic for transforming response string from server into Foundation Objects suitable for use inside Fishy Application.