Endpoint base URL: http://54.163.77.75:8080 👾
© 2017 IZKA & Yasar University. All rights reserved.
- Run
yarn install
- Run
react-native link
- Add
sdk
tolocal.properties
- Install react-native-debugger
- Run
yarn debug
- Shake the device and tap
Debug JS Remotely
Takes a station name as a parameter and then returns user count.
{
result: 'success',
response: {
message: 'Durak fetch success',
data: docs
}
}
Takes a station name as a parameter and then deletes it.
{
result: 'success',
response: {
message: 'Cleared everything.'
}
}
Takes a station name as a parameter and then adds it to the station list. Increments user count.
{
result: 'success',
response: {
message: 'Initial durak created, user set to 1.'
}
}