Skip to content

AFNetworking-TastyPie adds additional authentication headers to talk to TastyPie endpoints.

License

Notifications You must be signed in to change notification settings

yeti/AFNetworking-TastyPie

Repository files navigation

AFNetworking-TastyPie

AFNetworking-TastyPie adds additional authentication headers to talk to TastyPie endpoints. AFNetworking is used by RestKit to communicate with TastyPie REST APIs.

Example:

#import "AFNetworking+ApiKeyAuthentication.h"

// ...

RKObjectManager* sharedMgr = [ RKObjectManager sharedManager];
[sharedMgr.HTTPClient setAuthorizationHeaderWithTastyPieUsername:@"username" andToken:@"token-key-provided-by-TastyPie"];

// ...

About

AFNetworking-TastyPie adds additional authentication headers to talk to TastyPie endpoints.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •