mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
11 lines
158 B
C
11 lines
158 B
C
#include "api_keys.h"
|
|
char *get_api_key(){
|
|
return "key\0";
|
|
}
|
|
char *get_api_secret(){
|
|
return "secret_key\0";
|
|
}
|
|
char *get_twishort_api_key(){
|
|
return "key\0";
|
|
}
|