blob: 93b5adc885b60c5eaec8981dfff70fd3ad687247 [file] [log] [blame]
Michal Kobusf6113582019-09-09 15:58:21 +02001/*
2Package 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*/
13package apiversions