0.1.7 • Published 6 years ago

scooba v0.1.7

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
6 years ago

###bring it in
import scooba from 'scooba';

###send it data
scooba.submitTicket({ testCode: '1234' });
or
scooba.submitTicket({ testCode: 'asdva2', note:"I cannot finish writing this sentance" });
you can also send 'note' in the body of the request and it will display in the admin panel as well

####promises are supported, not callbacks

    scooba.submitTicket({ testCode: 1234 }).then(function(data) {
        console.log("returned this data", data);
    });

###returns
{"ticketNumber":"ae-3412"}
generates a ticket number and returns it to you

0.1.7

6 years ago

0.1.6

6 years ago

1.0.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago