commit | author | age
|
a0a843
|
1 |
// |
H |
2 |
// TWTRAPIConstantsUser.h |
|
3 |
// |
|
4 |
// Created by Jacob Harding on 6/9/14. |
|
5 |
// Copyright (c) 2014 Twitter. All rights reserved. |
|
6 |
// |
|
7 |
|
|
8 |
FOUNDATION_EXPORT NSString *const TWTRAPIConstantsUserShowURL; |
|
9 |
|
|
10 |
FOUNDATION_EXPORT NSString *const TWTRAPIConstantsVerifyCredentialsURL; |
|
11 |
|
|
12 |
// parameters |
|
13 |
FOUNDATION_EXPORT NSString *const TWTRAPIConstantsUserParamUserID; |
|
14 |
FOUNDATION_EXPORT NSString *const TWTRAPIConstantsUserParamIncludeEmail; |
|
15 |
FOUNDATION_EXPORT NSString *const TWTRAPIConstantsUserParamSkipStatus; |