Path: blob/master/Clockify/Clockify_Add_a_new_project.ipynb
2973 views
Kernel: Python 3
Clockify - Add a new project
Tags: #clockify #project #create #api #rest #documentation
Author: Florent Ravenel
Last update: 2023-05-17 (Created: 2023-05-17)
Description: This notebook will show how to add a new project using Clockify API to a specific workspace.
References:
Input
Import libraries
In [ ]:
Setup Variables
api_key
: Get your API keyworkspace_id
: ID of the workspacepayload
: Data of the project to be created
In [ ]:
Model
Create new project
This function will create a new project using Clockify API.
In [ ]:
Output
Display result
In [ ]: