mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
Updated Api keys
This commit is contained in:
parent
f31575a733
commit
d888563fda
@ -5,19 +5,6 @@ return "key\0";
|
|||||||
char *get_api_secret(){
|
char *get_api_secret(){
|
||||||
return "secret_key\0";
|
return "secret_key\0";
|
||||||
}
|
}
|
||||||
char *get_dropbox_api_key(){
|
|
||||||
return "key\0";
|
|
||||||
}
|
|
||||||
char *get_dropbox_api_secret(){
|
|
||||||
return "secret_key\0";
|
|
||||||
}
|
|
||||||
char *get_twishort_api_key(){
|
char *get_twishort_api_key(){
|
||||||
return "key\0";
|
return "key\0";
|
||||||
}
|
}
|
||||||
char *get_bts_user(){
|
|
||||||
return "user\0";
|
|
||||||
}
|
|
||||||
char *get_bts_password(){
|
|
||||||
return "pass\0";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
@ -3,10 +3,6 @@
|
|||||||
|
|
||||||
char *get_api_key();
|
char *get_api_key();
|
||||||
char *get_api_secret();
|
char *get_api_secret();
|
||||||
char *get_dropbox_api_key();
|
|
||||||
char *get_dropbox_api_secret();
|
|
||||||
char *get_twishort_api_key();
|
char *get_twishort_api_key();
|
||||||
char *get_bts_user();
|
|
||||||
char *get_bts_password();
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user