softlayer / softlayer-go

SoftLayer API Client for the Go Language
Apache License 2.0
53 stars 46 forks source link

Update old CDN articles to use newer ordering method #156

Closed M-Rushabh closed 2 years ago

M-Rushabh commented 3 years ago

TO incorporate new changes which are part of this https://github.com/softlayer/githubio_source/pull/399 PR

find any old articles that reference interacting with the legacy CDN ( https://sldn.softlayer.com/go/place_order_cdn.go/ for example) and update them to place orders with the new CDN.

Also, combine the CDN articles into a single page.

OLD SoftLayer_Container_Product_Order_Network_ContentDelivery_Account

https://cloud.ibm.com/docs/CDN?topic=CDN-cdn-api-reference https://cloud.ibm.com/docs/CDN?topic=CDN-code-examples-using-the-cdn-api

allmightyspiff commented 3 years ago

@M-Rushabh this repository is for the management of the softlayer-go library specifically.

Any updates for sldn.softlayer.com should go to https://github.com/softlayer/githubio_source

That being said, softlayer/githubio_source#399 was merged, and https://sldn.softlayer.com/go/place_order_cdn.go/ has been removed. I'm not really clear on what you want done from this issue.