Skip to content
Snippets Groups Projects
Commit 9231f2dc authored by Sean Madsen's avatar Sean Madsen
Browse files
parent c1fdfb4f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ v3](/api/index.md) page.
## Standards {:#standards}
- The ONLY supported way to interact with any code in the API folder
from outside the api folder is by using the `civicrm_api()` wrapper
from outside the api folder is by using the `civicrm_api()` wrapper (or preferably the `civicrm_api3()` wrapper).
- Functionality delivered by the API is only supported if it is
1. Advertised via the 'getfields function' OR (preferably AND)
2. Verified by a test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment