Skip to content
This repository has been archived by the owner on Jan 28, 2018. It is now read-only.

feathersjs-ecosystem/feathers-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is no longer under development. For a newer iOS client see feathers-swift

feathers-ios-client

Feathers service client for iOS

Register a service

Typically in your app delegate

[Feathers registerService:@"todos" host:@"http://localhost:3000"];

Use the service in your app

FeathersService *todoService = Feathers.services[@"todos"];

[todoService find:@{@"name" : @"task 1"}
       completion:^(NSArray *results, NSError *error) {        
    NSLog(@"%@", results);
}];

About

Feathers service client for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published