softlayer / softlayer.github.io

A collection of SoftLayer API examples in a variety of languages
https://softlayer.github.io
13 stars 21 forks source link

Update the CDN APIs on different language examples #232

Closed leibaogit closed 3 years ago

leibaogit commented 3 years ago

Since the old VDMS CDN (SoftLayer_Network_ContentDelivery) was sunset, but we can still the APIs present in the different language examples. In the mean while, the new CDN (SoftLayer_Network_CdnMarketplace) was GAed at 2017, but we can not see the new APIs in all languages.

  1. Remove the legacy CDN APIs
  1. Add new CDN APIs for all languages.
allmightyspiff commented 3 years ago

We do have a few examples on the CdnMarketplace APi: Python - https://sldn.softlayer.com/python/cdn_network.py/ Golang - https://sldn.softlayer.com/go/CDN_services.go/ Ruby - https://sldn.softlayer.com/ruby/cdn_network.rb/

I'm not an expert on the CDN stuff, so if those need updating or anything, please let me know.

In the mean time, well remove those listed examples.

Thanks.

allmightyspiff commented 3 years ago

Fixed in https://github.com/softlayer/githubio_source/pull/425