shigmas / MaltMap

Tracking Repository for the MaltMap
0 stars 0 forks source link

Get rid of AFNetworking #14

Closed shigmas closed 9 years ago

shigmas commented 9 years ago

Currently, network status indicator, and reachability has been implemented in FANG. JSON wrangling needs to be added.

shigmas commented 9 years ago

Doing this in 2 parts:

Part 1 of Removing AFNetworking:

Part 2: Stop including the AFNetworking library.

Long term: Handle parameters in JSON on the server, and start sending JSON in the post body on the client and set the content type to be JSON.

shigmas commented 9 years ago

ce0f084..296fbd0