Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningHolmDE committed Feb 1, 2024
1 parent 8d4ef8e commit 4bc84c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The API client code of this crate has been auto-generated from the [Unofficial O

## Current state of development

- supported API endpoints (complete as of December 2023): `actions`, `certificates`, `datacenters`, `firewalls`, `floating_ips`, `images`, `isos`, `load_balancer_types`, `load_balancers`, `locations`, `networks`, `placement_groups`, `pricing`, `primary_ips`, `server_types`, `servers`, `ssh_keys`, `volumes`
- supported API endpoints (complete as of February 2024): `actions`, `certificates`, `datacenters`, `firewalls`, `floating_ips`, `images`, `isos`, `load_balancer_types`, `load_balancers`, `locations`, `networks`, `placement_groups`, `pricing`, `primary_ips`, `server_types`, `servers`, `ssh_keys`, `volumes`
- asynchronous API functions
- pagination support
- documentation and tests are still WIP
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//!# Current state of development
//!
//!- supported API endpoints (complete as of December 2023): `actions`, `certificates`, `datacenters`, `firewalls`, `floating_ips`, `images`, `isos`, `load_balancer_types`, `load_balancers`, `locations`, `networks`, `placement_groups`, `pricing`, `primary_ips`, `server_types`, `servers`, `ssh_keys`, `volumes`
//!- supported API endpoints (complete as of February 2024): `actions`, `certificates`, `datacenters`, `firewalls`, `floating_ips`, `images`, `isos`, `load_balancer_types`, `load_balancers`, `locations`, `networks`, `placement_groups`, `pricing`, `primary_ips`, `server_types`, `servers`, `ssh_keys`, `volumes`
//!- asynchronous API functions
//!- pagination support
//!- documentation and tests are still WIP
Expand Down

0 comments on commit 4bc84c0

Please sign in to comment.