scrobblepod / scrobblepod
- Source
- Commits
- Network (3)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
37014c6
scrobblepod / BGAudioScrobblerXmlRpcPost.h
| a2973b81 » | scrobblepod | 2008-06-24 | 1 | // | |
| 2 | // BGAudioScrobblerXmlRpcPost.h | ||||
| 3 | // ScrobblePod | ||||
| 4 | // | ||||
| 5 | // Created by Ben Gummer on 24/04/08. | ||||
| 6 | // Copyright 2008 Ben Gummer. All rights reserved. | ||||
| 7 | // | ||||
| 8 | |||||
| 9 | #import <Cocoa/Cocoa.h> | ||||
| 10 | |||||
| 11 | |||||
| 12 | @interface BGAudioScrobblerXmlRpcPost : NSObject { | ||||
| 13 | NSString *methodName; | ||||
| 14 | NSMutableArray *postParameters; | ||||
| 15 | } | ||||
| 16 | |||||
| 17 | @property (copy) NSString *methodName; | ||||
| 18 | -(NSString *)challengeFromPassword:(NSString *)aPass andTimestamp:(NSString *)aTime; | ||||
| 19 | -(NSArray *)postParameters; | ||||
| 20 | -(void)addPostParameter:(id)theParameter; | ||||
| 21 | -(void)addAuthParametersWithUsername:(NSString *)aUsername andPassword:(NSString *)aPassword; | ||||
| 22 | -(NSString *)xmlDescription; | ||||
| 23 | -(NSString *)timestamp; | ||||
| 24 | |||||
| 25 | @end | ||||
