Skip to content

Commit

Permalink
tag update to post and image layout fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Benitah <[email protected]>
  • Loading branch information
danuw committed Aug 6, 2024
1 parent e469d4c commit 069a80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The `Login` is now at a different base URL, and to avoid any future issues a dif
| Forecast | Get forecast| /forecast | /forecast | No longer be used for historical data _Request_ <li> `ba` is now `region` </li><li> `extended_forecast` removed </li><li> `horizon_hours` added </li><li> `signal_type` added </li><li> Historical forecasts are now at `/forecast/historical` <br /> _Response_ </li><li> `signal_type` added </li>
| Historical | Get historical forecast data | /historical (?) | /forecast/historical (?) | This changed signficantly. <br /> _Request_ <li> `ba` is now `region` </li><li> `starttime` is now `start` and mandatory </li><li> `endtime` is now `end` and mandatory </li><li> `signal_type` added <br /> _Response_ </li><li> `signal_type` added </li>
| Balancing Authority From Location | Get balancing authority from location | /ba-from-loc | /region-from-loc | Check if the CA SDK uses BA at all <br /><br /> _Request_ <li> `name` is now `region_full_name` </li><li> `abbrev` is now `region` </li><li> `signal_type` added <br /> _Response_ </li><li> `id` removed </li><li> `signal_type` added </li> |
| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version. <br /><br /> Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login.
| Login | User login | https://api2.watttime.org/v2/login | https://api.watttime.org/login | Path has changed from being version specific to being no longer related to the API version. <br /><br /> Updated in `WattTimeClient` to now have 2 HTTP clients to decouple versions from the login. |

### Query Strings

Expand Down
2 changes: 1 addition & 1 deletion casdk-docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
}

#__blog-post-container img, .theme-doc-markdown img{
#__blog-post-container img, .theme-doc-markdown img, article img{
height: auto;
}

0 comments on commit 069a80a

Please sign in to comment.