seitime-frappe/frappe/api
Ankush Menat e63f0c895d refactor: resource => document
This lets us create three types of APIs:

- Document APIs that operate on documents
- DocType APIs that operate on collections - list, count, search
- Method APIs that are RPC calls
2023-10-16 18:12:53 +05:30
..
__init__.py fix: route ambiguitities and / in name 2023-10-16 18:12:53 +05:30
utils.py chore: separate out v1 and v2 2023-10-16 18:12:53 +05:30
v1.py fix: backward compatiblity for method calls in v1 2023-10-16 18:12:53 +05:30
v2.py refactor: resource => document 2023-10-16 18:12:53 +05:30