This repository was archived by the owner on Mar 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ public enum DCatEndpoint //Xbox, Production and Int are accessible on the public
1919 {
2020 public static readonly Uri FE3Delivery = new Uri ( "https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx" ) ;
2121 public static readonly Uri FE3DeliverySecured = new Uri ( "https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured" ) ;
22+ public static readonly Uri FE3CRDelivery = new Uri ( "https://fe3cr.delivery.mp.microsoft.com/ClientWebService/client.asmx" ) ;
23+ public static readonly Uri FE3CRDeliverySecured = new Uri ( "https://fe3cr.delivery.mp.microsoft.com/ClientWebService/client.asmx/secured" ) ;
2224 public static readonly Uri DCATProd = new Uri ( "https://displaycatalog.mp.microsoft.com/v7.0/products/" ) ;
2325 public static readonly Uri DCATInt = new Uri ( "https://displaycatalog-int.mp.microsoft.com/v7.0/products/" ) ;
2426 public static readonly Uri DCATXbox = new Uri ( "https://xbox-displaycatalog.mp.microsoft.com/v7.0/products/" ) ;
@@ -27,6 +29,5 @@ public enum DCatEndpoint //Xbox, Production and Int are accessible on the public
2729 public static readonly Uri DCATOneP = new Uri ( "https://displaycatalog1p.mp.microsoft.com/v7.0/products/" ) ;
2830 public static readonly Uri DCATOnePInt = new Uri ( "https://displaycatalog1p-int.mp.microsoft.com/v7.0/products/" ) ;
2931 public static readonly Uri DisplayCatalogSearch = new Uri ( "https://displaycatalog.mp.microsoft.com/v7.0/productFamilies/autosuggest?market=US&languages=en-US&query=" ) ;
30- public static readonly Uri DisplayCatalogSearchInt = new Uri ( "https://displaycatalog-int.mp.microsoft.com/v7.0/productFamilies/autosuggest?market=US&languages=en-US&query=" ) ;
31- }
32+ public static readonly Uri DisplayCatalogSearchInt = new Uri ( "https://displaycatalog-int.mp.microsoft.com/v7.0/productFamilies/autosuggest?market=US&languages=en-US&query=" ) ; }
3233}
You can’t perform that action at this time.
0 commit comments