Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burczyk committed May 5, 2013
1 parent 7ce158f commit 01ee92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AFAbstractRESTClient is simple abstract solution to deal with REST webservices using AFNetworking.
`AFAbstractRESTClient` is simple abstract solution to deal with REST webservices using AFNetworking.
It basically adds some structure to API calls by separating each type of operation to a class.

In classical approach one can use [façade pattern](http://en.wikipedia.org/wiki/Facade_pattern) to create a fat client with API methods.
Expand Down

0 comments on commit 01ee92e

Please sign in to comment.