This is an unofficial Golang SDK to integrate with the Astute Payroll system (SOAP APIs)
go get github.com/Intiqo/astute-go-sdk
go get github.com/Intiqo/[email protected]
Once a client is obtained through authentication, you can use the client to invoke Astute APIs
For example, to use the Save Timesheet API, you can invoke the below method:
- [] Save Timesheet (New)
- [] Save Timesheet (Existing)
- [] Mark Timesheet as Complete
- Currently, no tests are created for any methods. This is another thing to be implemented in the future