frappe / hrms

Open Source HR and Payroll Software
https://frappe.io/hr
GNU General Public License v3.0
1.43k stars 741 forks source link

REST API / Webhooks #2073

Closed SaadBazaz closed 3 months ago

SaadBazaz commented 3 months ago

Is your feature request related to a problem? Please describe.

A lot of open-source software have a REST API, and/or Webhooks. This allows developers to extend the functionality of the software by creating integrations/plugins, and allows them to sync information between multiple software.

I haven't found this feature in Frappe, which is probably the biggest thing holding me back from using it.

Describe the solution you'd like

REST API

Webhooks

Describe the alternatives you've considered

Kimai has a REST API which makes me more inclined to use it right now.

Additional context

No response

ruchamahabal commented 3 months ago

REST API is provided by the frappe framework for any doctype: https://frappeframework.com/docs/user/en/api/rest

Token based auth is also available. You can check the framework docs