Skip to content

Commit 309573a

Browse files
committed
POP-2431 cannot link to functions
1 parent bc51495 commit 309573a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,21 @@ The client requires environment variables to be set for the Dynata Demand API cr
1919

2020
authenticate()
2121
refresh_access_token()
22-
[logout()](https://github.com/dynata/python-demandapi-client/blob/8c09824ce7d67c3d10be8c203b04341e1ce375f8/dynatademand/api.py#L122)
22+
logout()
23+
24+
### Event Functions
2325

2426
get_event(event_id)
2527
get_events(\*\*kwargs)
2628

2729
### Project Functions
2830

29-
create_project(project_data)
3031
buy_project(project_id, buy_data)
3132
close_project(project_id)
33+
create_project(project_data)
3234
get_project(project_id)
3335
get_projects(\*\*kwargs)
36+
reconcile_project(project_id, reconcile_data)
3437
update_project(project_id, update_data)
3538
get_project_detailed_report(project_id)
3639
get_feasibility(project_id)
@@ -40,11 +43,11 @@ get_invoice(project_id)
4043

4144
add_line_item(project_id, lineitem_data)
4245
close_line_item(project_id, line_item_id)
46+
get_line_item(project_id, line_item_id)
47+
get_line_items(project_id, \*\*kwargs)
4348
launch_line_item(project_id, line_item_id)
4449
pause_line_item(project_id, line_item_id)
45-
get_line_item(project_id, line_item_id)
4650
update_line_item(project_id, line_item_id, line_item_data)
47-
get_line_items(project_id, \*\*kwargs)
4851
get_line_item_detailed_report(project_id, line_item_id)
4952

5053
### Misc Functions

0 commit comments

Comments
 (0)