Skip to content
Updated pricings (markdown) authored by Lars Krämer's avatar Lars Krämer
## GetAsync();
#### public static async Task<Pricing> GetAsync();
Returns all server in a list.
```
lkcode.hetznercloudapi.Api.Pricing pricing = await lkcode.hetznercloudapi.Api.Pricing.GetAsync();
```
\ No newline at end of file