From 01803805d0c93f03bd51cd208027ea4fb8e7bf0d Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 12 Dec 2018 14:52:17 -0800 Subject: [PATCH] writing.md - Link to more docs for `afform-api3` --- ext/afform/docs/writing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/afform/docs/writing.md b/ext/afform/docs/writing.md index 0530ca74f6..3b398d2970 100644 --- a/ext/afform/docs/writing.md +++ b/ext/afform/docs/writing.md @@ -29,7 +29,8 @@ would request a URL like: http://dmaster.localhost/civicrm/hello-world/#/?cid=123 ``` -How do we use the `cid` to get information about the contact? Update `layout.html` to include data from APIv3: +How do we use the `cid` to get information about the contact? Update `layout.html` to fetch data with +`Contact.get` API and the [afform-api3](https://github.com/totten/afform/blob/master/ang/afformCore/Api3Ctrl.md) utility: ```html
-- 2.25.1