update news
This commit is contained in:
@@ -357,6 +357,10 @@ class ApiConstants {
|
||||
/// POST /api/method/frappe.client.get_list
|
||||
static const String frappeGetList = '/frappe.client.get_list';
|
||||
|
||||
/// Frappe client get (requires sid and csrf_token)
|
||||
/// POST /api/method/frappe.client.get
|
||||
static const String frappeGet = '/frappe.client.get';
|
||||
|
||||
/// Register user (requires session sid and csrf_token)
|
||||
/// POST /api/method/building_material.building_material.api.user.register
|
||||
static const String frappeRegister = '/building_material.building_material.api.user.register';
|
||||
|
||||
Reference in New Issue
Block a user