🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

github.com/akamai/AkamaiOPEN-edgegrid-golang/v2

Package Overview
Dependencies
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/akamai/AkamaiOPEN-edgegrid-golang/v2

Source
Go Modules
Version
v2.17.0
Version published
Created
Source

Akamai OPEN EdgeGrid for GoLang v2

This module is presently in development and provides Akamai REST API support for the Akamai Terraform Provider. It does not yet implement the full scope of Akamai endpoints. It is recommended to continue to use the the v1 API.

Backward Compatibility

This module is not backward compatible with the previous version.

Concurrent Usage

The packages of library can be imported alongside the v1 library versions without conflict, for example:

import (
	"github.com/akamai/AkamaiOPEN-edgegrid-golang/papi-v1"
	papiv2 "github.com/akamai/AkamaiOPEN-edgegrid-golang/v2/pkg/papi"
)

FAQs

Package last updated on 24 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts