Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
Docs
Developer Documentation
Commits
47e8775d
Commit
47e8775d
authored
8 years ago
by
Sean Madsen
Browse files
Options
Downloads
Patches
Plain Diff
Further adjustment for "API Chaining"
parent
5e64423a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/api/chaining.md
+2
-2
2 additions, 2 deletions
docs/api/chaining.md
mkdocs.yml
+7
-7
7 additions, 7 deletions
mkdocs.yml
with
9 additions
and
9 deletions
docs/api/chaining.md
+
2
−
2
View file @
47e8775d
# API
Civi
Chaining
# API
v3
Chaining
It is now possible to do two API calls at once with the first call feeding into
the second. E.g. to create a contact with a contribution you can nest the
...
...
@@ -8,7 +8,7 @@ it will action the contribution create using the id from the contact create as
be returned when you do a get.
See [api/v3/examples] within the core source code for a plethora of examples
(from unit tests) that use
API CiviC
haining. To start, look at these examples:
(from unit tests) that use
c
haining. To start, look at these examples:
-
[APIChainedArray.php]
-
[APIChainedArrayFormats.php]
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
7
−
7
View file @
47e8775d
...
...
@@ -73,13 +73,13 @@ pages:
# CiviReport: /reference/civireport.md # page-tree = NEED_NEW_PAGE
# Payment Processing: /reference/payment.md # page-tree = NEED_NEW_PAGE
-
API
:
-
API Intro
:
api/general.md
# page-tree = DONE
-
API Usage
:
api/usage.md
# page-tree = DONE
-
API Actions
:
api/actions.md
# page-tree = DONE
-
API Parameters
:
api/params.md
# page-tree = DONE
# API Permissions: api/permissions.md # page-tree = NEED_NEW_PAGE
-
API
Civi
Chaining
:
api/chaining.md
# API Changes: api/changes.md # page-tree = NEED_NEW_PAGE
-
API
v3
Intro
:
api/general.md
# page-tree = DONE
-
API
v3
Usage
:
api/usage.md
# page-tree = DONE
-
API
v3
Actions
:
api/actions.md
# page-tree = DONE
-
API
v3
Parameters
:
api/params.md
# page-tree = DONE
# API
v3
Permissions: api/permissions.md # page-tree = NEED_NEW_PAGE
-
API
v3
Chaining
:
api/chaining.md
# API
v3
Changes: api/changes.md # page-tree = NEED_NEW_PAGE
-
Hooks
:
-
Using hooks
:
hooks.md
# page-tree = NEED_PAGE_MOVE to /hooks/usage.md
-
Setup
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment