faaez / capiq-python

Thin Python client for the CapIQ REST API
MIT License
35 stars 25 forks source link

API Upgrade #11

Closed xrage closed 5 years ago

xrage commented 5 years ago

Based On Following Email -


Service Advisory: API Cloud Migration

Dear Client,

As you are aware, we are migrating our S&P API infrastructure to a cloud environment which will require undergoing URL changes. You are receiving this message because our logs indicate that you are currently using V2 endpoints. In order for you to transition to the new cloud infrastructure, additional changes beyond URL update are required. Please make sure you make the below changes to your code before our cutoff date of August 31st 2018 to ensure continuity of service.

1.      If you are using client libraries, it is necessary to upgrade to the latest available Client Libraries (V2.1.4) from the support center.

2.      If you are using the end-point https://sdk.gds.standardandpoors.com/gdssdk/rest/v3/clientservice.json you simply need to update the end-point to the below cloud end-points (No other changes are required).

3.      If you are using https://sdk.gds.standardandpoors.com/gdssdk/rest/v2/clientservice.json the following changes are required

a.      Update end-point to https://api-ciq.marketintelligence.spglobal.com/gdsapi/rest/v3/clientservice.json

b.      Update Content-Type to application/json

c.      Update the input Request Format

                                                    i.     OldFormat: inputRequests={inputRequests:[{function:"GDSP",identifier:

"IBM:",mnemonic:"IQ_TOTAL_REV",properties:{PERIODTYPE:"IQ_FQ"}}]}

                                                   ii.     New Format: {inputRequests:[{function:"GDSP",identifier:"IBM:",

mnemonic:" IQ_TOTAL_REV",properties:{PERIODTYPE:"IQ_FQ"}}]}

d.      JSON samples are available on the support center for reference –

http://support.standardandpoors.com/gds/images/stories/Excel_Plug-in/SDK/python_sample.zip

http://support.standardandpoors.com/gds/images/stories/Excel_Plug-in/SDK/jsonSample_RESTv3.zip