github.com/akamai/AkamaiOPEN-edgegrid-golang/v4@v4.1.0/README.md (about) 1 # Akamai OPEN EdgeGrid for GoLang v4 2 3  4 [](https://goreportcard.com/report/github.com/akamai/akamaiOPEN-edgegrid-golang/v4) 5  6 [](https://opensource.org/licenses/Apache-2.0) 7 [](https://pkg.go.dev/github.com/akamai/AkamaiOPEN-edgegrid-golang/v4) 8 9 This module is presently in active development and provides Akamai REST API support for the Akamai Terraform Provider. 10 11 ## Backward Compatibility 12 13 This module is not backward compatible with the version `v1`. 14 15 Originally branch `master` was representing version `v1`. Now it is representing the latest version `v4` and 16 version `v1` 17 was moved to dedicated `v1` branch. 18 19 ## Concurrent Usage 20 21 The packages of library can be imported alongside the `v1` library versions without conflict, for example: 22 23 ``` 24 import ( 25 "github.com/akamai/AkamaiOPEN-edgegrid-golang/papi-v1" 26 papiv4 "github.com/akamai/AkamaiOPEN-edgegrid-golang/v4/pkg/papi" 27 ) 28 ```