Skip to content

develer-staff/sendtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SENDTIME

Configuration

Create your configuration file. If you need you can use settings.cfg.sample file as template

Export configuration file path as environment data:

$ export SENDTIME_SETTINGS=/your/config/file/path

Run

Run sendtime as a python script

Test

It's possible to test sendtime with curl. For example:

Check connection

$  curl  http://127.0.0.1:5000/check

Send data

$  curl --header "Content-Type: application/json" --request POST --data '{"date":"2019-01-30","description":"Descrizione di test","duration":120,"project":"Progetto di Test"}' http://127.0.0.1:5000/api/timesheet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages