RoughtRight API
This create allows us to communicate with RoughtRight to get data from its api. It has some 1:1 functions:
- Get all projects
- Get all employees
- Get all customers
- Get all projects for a certain week
And also some helper functions
- Get all projects as a hashmap
- Get all employees as a hashmap
- Get all customers as a hashmap
- Get all projects on a certain week and return who will work on those procects
Usage
use ;
use RoughlyRight;
async