Skip to content

Commit

Permalink
Merge pull request #40 from Bandwidth/DX-2319
Browse files Browse the repository at this point in the history
DX-2319 Fixed Old inetwork URL
  • Loading branch information
ckoegel authored Dec 8, 2021
2 parents ac71f52 + 8e3827b commit 5ac096f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To run each of the examples, set them as run targets in your IDE, then set the f
export BANDWIDTH_IRIS_ACCOUNTID=<youraccountid>
export BANDWIDTH_IRIS_USERNAME=<yourusername>
export BANDWIDTH_IRIS_PASSWORD=<yourpassword>
export BANDWIDTH_IRIS_URL=https://api.inetwork.com //OR https://api.test.inetwork.com if you are working on test network
export BANDWIDTH_IRIS_URL=https://dashboard.bandwidth.com
```


Expand Down
4 changes: 2 additions & 2 deletions src/test/java/com/bandwidth/iris/sdk/IrisClientTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,13 @@ public class IrisClientTestUtils {
public static String validTnLataResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><TelephoneNumberResponse><TelephoneNumberDetails><Lata>426</Lata></TelephoneNumberDetails></TelephoneNumberResponse>";
public static String validTnSiteResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><Site><Id>2858</Id><Name>Test Site</Name></Site>";
public static String validTnSipPeerResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><SipPeer><Id>507567</Id><Name>SIP Peer 1</Name></SipPeer>";
public static String validTnListResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><TelephoneNumbersResponse><TelephoneNumberCount>2</TelephoneNumberCount><Links><first>Link=&lt;https://api.test.inetwork.com:443/v1.0/tns?state=NC&amp;size=500&amp;page=1&gt;;rel=\"first\";</first></Links><TelephoneNumbers><TelephoneNumber><City>RALEIGH</City><Lata>426</Lata><State>NC</State><FullNumber>9193491234</FullNumber><Tier>0</Tier><VendorId>49</VendorId><VendorName>Bandwidth CLEC</VendorName><RateCenter>RALEIGH </RateCenter><Status>PortInPendingFoc</Status><AccountId>9500249</AccountId><LastModified>2015-06-03T15:06:35.000Z</LastModified></TelephoneNumber><TelephoneNumber><City>RALEIGH</City><Lata>426</Lata><State>NC</State><FullNumber>9193499473</FullNumber><Tier>0</Tier><VendorId>49</VendorId><VendorName>Bandwidth CLEC</VendorName><RateCenter>RALEIGH </RateCenter><Status>PortInPendingFoc</Status><AccountId>9500249</AccountId><LastModified>2015-06-03T14:59:20.000Z</LastModified></TelephoneNumber></TelephoneNumbers></TelephoneNumbersResponse>";
public static String validTnListResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><TelephoneNumbersResponse><TelephoneNumberCount>2</TelephoneNumberCount><Links><first>Link=&lt;https://dashboard.bandwidth.com/api/tns?state=NC&amp;size=500&amp;page=1&gt;;rel=\"first\";</first></Links><TelephoneNumbers><TelephoneNumber><City>RALEIGH</City><Lata>426</Lata><State>NC</State><FullNumber>9193491234</FullNumber><Tier>0</Tier><VendorId>49</VendorId><VendorName>Bandwidth CLEC</VendorName><RateCenter>RALEIGH </RateCenter><Status>PortInPendingFoc</Status><AccountId>9500249</AccountId><LastModified>2015-06-03T15:06:35.000Z</LastModified></TelephoneNumber><TelephoneNumber><City>RALEIGH</City><Lata>426</Lata><State>NC</State><FullNumber>9193499473</FullNumber><Tier>0</Tier><VendorId>49</VendorId><VendorName>Bandwidth CLEC</VendorName><RateCenter>RALEIGH </RateCenter><Status>PortInPendingFoc</Status><AccountId>9500249</AccountId><LastModified>2015-06-03T14:59:20.000Z</LastModified></TelephoneNumber></TelephoneNumbers></TelephoneNumbersResponse>";

/**
* Covered RateCenters Xmls
*/

public static String validCoveredRateCentersResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <CoveredRateCenters><TotalCount>18</TotalCount><Links><first></first><next>Link=&lt;https://api.inetwork.com:443/v1.0/coveredRateCenters?npa=310&amp;size=10&amp;e mbed=Cities&amp;embed=ZipCodes&amp;embed=NpaNxxX&amp; page=5&gt;;rel=\"next\";</next></Links> <CoveredRateCenter><Name>AVALON</Name><Abbreviation>AVALON</Abbreviation> <State>CA</State><Lata>730</Lata> <AvailableNumberCount>1</AvailableNumberCount> <ZipCodes><ZipCode>90731</ZipCode> </ZipCodes><Cities><City>SAN PEDRO</City> </Cities><Tiers> <Tier>0</Tier></Tiers> <NpaNxxXs><NpaNxxX>3105100</NpaNxxX> <NpaNxxX>3105101</NpaNxxX> <NpaNxxX>3109498</NpaNxxX> <NpaNxxX>3109499</NpaNxxX> <NpaNxxX>4242260</NpaNxxX></NpaNxxXs><Id>1</Id> </CoveredRateCenter><CoveredRateCenter><Name>AVALON</Name><Abbreviation>AVALON</Abbreviation> <State>CA</State><Lata>730</Lata> <AvailableNumberCount>1</AvailableNumberCount> <ZipCodes><ZipCode>90731</ZipCode> </ZipCodes><Cities><City>SAN PEDRO</City> </Cities><Tiers> <Tier>0</Tier></Tiers> <NpaNxxXs><NpaNxxX>3105100</NpaNxxX> <NpaNxxX>3105101</NpaNxxX> <NpaNxxX>3109498</NpaNxxX> <NpaNxxX>3109499</NpaNxxX> <NpaNxxX>4242260</NpaNxxX></NpaNxxXs><Id>1</Id> </CoveredRateCenter></CoveredRateCenters>";
public static String validCoveredRateCentersResponseXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <CoveredRateCenters><TotalCount>18</TotalCount><Links><first></first><next>Link=&lt;https://dashboard.bandwidth.com/api/coveredRateCenters?npa=310&amp;size=10&amp;embed=Cities&amp;embed=ZipCodes&amp;embed=NpaNxxX&amp; page=5&gt;;rel=\"next\";</next></Links> <CoveredRateCenter><Name>AVALON</Name><Abbreviation>AVALON</Abbreviation> <State>CA</State><Lata>730</Lata> <AvailableNumberCount>1</AvailableNumberCount> <ZipCodes><ZipCode>90731</ZipCode> </ZipCodes><Cities><City>SAN PEDRO</City> </Cities><Tiers> <Tier>0</Tier></Tiers> <NpaNxxXs><NpaNxxX>3105100</NpaNxxX> <NpaNxxX>3105101</NpaNxxX> <NpaNxxX>3109498</NpaNxxX> <NpaNxxX>3109499</NpaNxxX> <NpaNxxX>4242260</NpaNxxX></NpaNxxXs><Id>1</Id> </CoveredRateCenter><CoveredRateCenter><Name>AVALON</Name><Abbreviation>AVALON</Abbreviation> <State>CA</State><Lata>730</Lata> <AvailableNumberCount>1</AvailableNumberCount> <ZipCodes><ZipCode>90731</ZipCode> </ZipCodes><Cities><City>SAN PEDRO</City> </Cities><Tiers> <Tier>0</Tier></Tiers> <NpaNxxXs><NpaNxxX>3105100</NpaNxxX> <NpaNxxX>3105101</NpaNxxX> <NpaNxxX>3109498</NpaNxxX> <NpaNxxX>3109499</NpaNxxX> <NpaNxxX>4242260</NpaNxxX></NpaNxxXs><Id>1</Id> </CoveredRateCenter></CoveredRateCenters>";

/**
* Line Option Order Xmls
Expand Down

0 comments on commit 5ac096f

Please sign in to comment.