Skip to content

Commit

Permalink
update api links (#602)
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Ching <[email protected]>
  • Loading branch information
cching95 authored Dec 1, 2023
1 parent e816ea6 commit 61093cf
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions src/api/v1/circular_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def circular_average_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Circular Average Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/circular-average/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-average/",
}
},
)
Expand Down Expand Up @@ -138,7 +138,7 @@ async def circular_average_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Circular Average Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/circular-average/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-average/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/circular_standard_deviation.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def circular_standard_deviation_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Circular Standard Deviation Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/circular-standard-deviation/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-standard-deviation/",
}
},
)
Expand Down Expand Up @@ -138,7 +138,7 @@ async def circular_standard_deviation_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Circular Standard Deviation Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/circular-standard-deviation/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/circular-standard-deviation/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/interpolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def interpolate_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Interpolation Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/interpolate/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolate/",
}
},
)
Expand Down Expand Up @@ -141,7 +141,7 @@ async def interpolate_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Interpolation Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/interpolate/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolate/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/interpolation_at_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def interpolation_at_time_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Interpolation At Time Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/interpolate_at_time/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolation-at-time/",
}
},
)
Expand Down Expand Up @@ -131,7 +131,7 @@ async def interpolate_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Interpolation At Time Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/interpolate_at_time/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/interpolation-at-time/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/latest.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def latest_retrieval_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Latest Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/latest/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/latest/",
}
},
)
Expand Down Expand Up @@ -108,7 +108,7 @@ async def latest_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Latest Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/latest/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/latest/",
}
},
)
Expand Down
2 changes: 1 addition & 1 deletion src/api/v1/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async def metadata_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Metadata Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/metadata/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/metadata/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def raw_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Raw Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/raw/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/raw/",
}
},
)
Expand Down Expand Up @@ -116,7 +116,7 @@ async def raw_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Raw Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/raw/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/raw/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def resample_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Resample Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/resample/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/resample/",
}
},
)
Expand Down Expand Up @@ -138,7 +138,7 @@ async def resample_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Resample Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/resample/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/resample/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def summary_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Summary Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/summary/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/summary/",
}
},
)
Expand Down Expand Up @@ -116,7 +116,7 @@ async def summary_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Summary Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/summary/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/summary/",
}
},
)
Expand Down
4 changes: 2 additions & 2 deletions src/api/v1/time_weighted_average.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def time_weighted_average_events_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Time Weighted Averages Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/time-weighted-average/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/time-weighted-average/",
}
},
)
Expand Down Expand Up @@ -137,7 +137,7 @@ async def time_weighted_average_get(
openapi_extra={
"externalDocs": {
"description": "RTDIP Time Weighted Averages Query Documentation",
"url": "https://www.rtdip.io/sdk/code-reference/query/time-weighted-average/",
"url": "https://www.rtdip.io/sdk/code-reference/query/functions/time_series/time-weighted-average/",
}
},
)
Expand Down

0 comments on commit 61093cf

Please sign in to comment.