Skip to content

Commit b30dd75

Browse files
committed
Modifications to API documentation
1 parent 4b7288c commit b30dd75

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

doc/APIFunctionList.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ODM2 API Get Functions
3434

3535
**getPeople()**
3636
* Pass nothing - returns a list of all people objects
37-
* Pass PeopleID - returns a single people object
38-
* Pass Person Name (which name to pass???) - returns a single people object
37+
* Pass PersonID - returns a single people object
38+
* Pass PersonName - returns a single people object
3939

4040
**getProcessingLevels()**
4141
* Pass nothing - returns a full list of processing level objects
@@ -88,21 +88,39 @@ NOTE: Another option here would be to put a flag on getResults that specifies w
8888
ODM2 API Create Functions
8989
---
9090
**createVariable()**
91+
9192
**createMethod()**
93+
9294
**createProcessingLevel()**
95+
9396
**createSamplingFeature()**
97+
9498
**createUnit()**
99+
95100
**createOrganization()**
101+
96102
**createPerson()**
103+
97104
**createAffiliation()**
105+
98106
**createDataset()**
107+
99108
**createDatasetResults()**
109+
100110
**createAction()**
111+
101112
**createRelatedAction()**
113+
102114
**createResult()**
115+
103116
**createResultValues()**
117+
104118
**createSamplingFeature()**
119+
105120
**createSpatialReference()**
121+
106122
**createModel()**
123+
107124
**createRelatedModel()**
125+
108126
**createSimulation()**

0 commit comments

Comments
 (0)