Skip to content

iXKit/OctopusKit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
SDK
 
 
img
 
 
 
 
 
 
 
 
 
 

OctopusKit

OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs,it can help coder develop app based MVC pattern, it can use for big team development; Another benift is that it also can be use to auto generate web service class file if use some M2T tools, save cost and raplidy the app develop progress.

Motivation

Almost all mobile app is iApp that will call backend web APIs pull or submit data, we want a grace solution suport the RESTfull APIs layer in our app, slipt the network API logic layer and View layer, in other words, we want coder should change the tranditional thinking that coding the web call in View or Controller layer but should in SDK layer indeed.

All RESTfull APIs will be map to a static method, that will be easy maintenance, easy extendable also simply to apply in App development.

Layer Diagram

image

Usage

To integrate in your project, just add in pod file:

pod 'OctopusKit', '~> 0.3.0'

To run the Demo project, clone the repo, and run pod install from the Demo directory first.

It based AFNetworking

Notice

Please check the SDK demo project also the TestCase file, understand the usage then enjoy the way~

License

OctopusKit is available under the MIT license. See the LICENSE file for more info.

About

OctopusKit is a simplicity but graceful solution for invoke RESTful web service APIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published