Changes between Version 6 and Version 7 of CiviCRM HowTo Use Rest API
- Timestamp:
- 08/28/13 14:03:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM HowTo Use Rest API
v6 v7 16 16 3. Enable the user to access the REST api 17 17 18 === Create a Site Key 19 20 1. Go to [[http://www.thebitmill.com/tools/password.html|The Bit Mill]] 21 2. Select ''Uppercase'', ''Lowercase'', ''Numbers'', ''Punctuation'' 22 3. Set ''Removals from selection'' as {{{&=+$?%,/:{}#|'}}} 23 4. Set ''length'' to be {{{32}}} 24 18 25 == Using the REST API 19 26