Michal Kobus | f611358 | 2019-09-09 15:58:21 +0200 | [diff] [blame^] | 1 | /* |
2 | Package apiversions provides information about the versions supported by a specific Ironic API. | ||||
3 | |||||
4 | Example to list versions | ||||
5 | |||||
6 | allVersions, err := apiversions.List(client.ServiceClient()).AllPages() | ||||
7 | |||||
8 | Example to get a specific version | ||||
9 | |||||
10 | actual, err := apiversions.Get(client.ServiceClient(), "v1").Extract() | ||||
11 | |||||
12 | */ | ||||
13 | package apiversions |