FortnoxEx (FortnoxEx v0.1.0) View Source
Documentation for FortnoxEx
.
API calls are rate limited with Fuse for 200 calls per minute. Should the rate limiting be blown, then the rate limiter will refresh in 60 seconds. If the rate limiter is hit, then the result of any api call will be {:error, :unavailable}
Link to this section Summary
Functions
See FortnoxEx.Models.AttendanceTransaction.create_attendance_transaction/2
.
See Employee.create_employee/2
.
See Project.create_project/2
.
See FortnoxEx.Models.AttendanceTransaction.delete_attendance_transaction/2
.
See Employee.delete_employee/2
.
See Project.delete_project/2
.
See FortnoxEx.Models.AttendanceTransaction.get_attendance_transaction/2
.
See Employee.get_employee/2
.
See Project.get_project/2
.
See FortnoxEx.Models.AttendanceTransaction.list_attendance_transactions/2
.
See Employee.list_employees/2
.
See Project.list_projects/2
.
See FortnoxEx.Models.AttendanceTransaction.stream_attendance_transactions/2
.
See Employee.stream_employees/2
.
See Project.stream_projects/2
.
See FortnoxEx.Models.AttendanceTransaction.update_attendance_transaction/3
.
See Employee.update_employee/3
.
See Project.update_project/3
.
Link to this section Functions
create_attendance_transaction(client, attendance_transaction_attrs)
View SourceSee FortnoxEx.Models.AttendanceTransaction.create_attendance_transaction/2
.
See Employee.create_employee/2
.
See FortnoxEx.Models.Contract.create_invoice_for_contract/2
.
See Project.create_project/2
.
delete_attendance_transaction(client, attendance_transaction_number)
View SourceSee FortnoxEx.Models.AttendanceTransaction.delete_attendance_transaction/2
.
See Employee.delete_employee/2
.
See Project.delete_project/2
.
See FortnoxEx.Models.AttendanceTransaction.get_attendance_transaction/2
.
See Employee.get_employee/2
.
See Project.get_project/2
.
See FortnoxEx.Models.Contract.increase_invoice_count_for_contract/2
.
See FortnoxEx.Models.AttendanceTransaction.list_attendance_transactions/2
.
See Employee.list_employees/2
.
See Project.list_projects/2
.
See FortnoxEx.Models.AttendanceTransaction.stream_attendance_transactions/2
.
See Employee.stream_employees/2
.
See Project.stream_projects/2
.
update_attendance_transaction(client, attendance_transaction_number, attendance_transaction_attrs)
View SourceSee FortnoxEx.Models.AttendanceTransaction.update_attendance_transaction/3
.
See Employee.update_employee/3
.
See Project.update_project/3
.