You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,9 @@ A lightweight, open-source Salesforce REST framework built with Apex to simplify
35
35
36
36
It includes interfaces for routing, response handling, error management, and logging, along with core components for processing RESTful requests.
37
37
38
-
## Features
38
+
## 💡 Features
39
39
40
+
-**Business Logic Focused:** Allows developers to concentrate on solving business challenges while the framework handles routing, error management, and API structure.
40
41
-**Customizable:** Easily define and manage REST endpoints.
-**Developer-Friendly:** Clear structure and easy-to-use API.
@@ -47,23 +48,23 @@ It includes interfaces for routing, response handling, error management, and log
47
48
48
49
## Getting Started
49
50
50
-
### Installation
51
+
### 🚀 Installation
51
52
52
53
-**1st option**
53
54
1. Clone or download this repository.
54
55
2. Deploy the source code to your Salesforce org using your preferred deployment tool (e.g., Salesforce CLI, Workbench, or IDE).
55
56
-**2nd option**
56
57
1. Use the "Deploy to Salesforce" button to deploy the framework to your target organization.
57
58
58
-
### Developer guide
59
+
### 📘 Developer guide
59
60
60
61
A comprehensive Developer Guide is available [here](Developer_Guide.md). Follow the link for detailed instructions and advanced usage examples.
61
62
62
-
### API Reference
63
+
### 📕 API Reference
63
64
64
65
The API Reference documentation is available [here](API_Reference.md). It provides detailed descriptions of all classes, methods, and endpoints included in the framework.
65
66
66
-
## Contribution
67
+
## 🤝 Contribution
67
68
68
69
We welcome contributions from the community! Here's how you can get involved:
69
70
@@ -72,11 +73,11 @@ We welcome contributions from the community! Here's how you can get involved:
72
73
3. Submit a pull request with a detailed description of your changes.
73
74
74
75
75
-
## License
76
+
## 📝 License
76
77
77
78
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
78
79
79
80
80
-
## Contact
81
+
## 📧 Contact
81
82
82
83
Have questions or feedback? Reach out to the repository owner or start a discussion in the Issues tab.
0 commit comments