Update documentation for CI/CD and new hostname

This commit is contained in:
Niklas Fondberg
2020-03-02 10:32:54 +01:00
committed by GitHub
parent 2ee08ed77d
commit 723aa1c026
5 changed files with 28 additions and 20 deletions
+8 -8
View File
@@ -17,7 +17,7 @@ Calculate price inc VAT of a wallpaper product. The response will contain prices
Sample request
`curl -X GET 'https://api2.photowall.com/prices/wallpaper?width=200&height=200&territory=SE&dealerurl=ackes&product=43894'`
`curl -X GET 'https://api.photowall.com/prices/wallpaper?width=200&height=200&territory=SE&dealerurl=ackes&product=43894'`
Sample response
```
@@ -58,7 +58,7 @@ Calculate price inc VAT of a canvas product. The response will contain informati
Sample request
`curl -X GET 'https://api2.photowall.com/prices/canvas?width=100&height=50&territory=PL`
`curl -X GET 'https://api.photowall.com/prices/canvas?width=100&height=50&territory=PL`
Sample response
```
@@ -100,7 +100,7 @@ Calculate price inc VAT of a poster product. The response will contain prices fo
Sample request
`curl -X GET 'https://api2.photowall.com/prices/poster?width=50&height=30&territory=SE&product=46654`
`curl -X GET 'https://api.photowall.com/prices/poster?width=50&height=30&territory=SE&product=46654`
Sample response
```
@@ -137,7 +137,7 @@ Calculate price inc VAT of a framed print product.
Sample request
`curl -X GET 'https://api2.photowall.com/prices/framed-print?sku=GLOBAL-CFP-12x12&territory=SE`
`curl -X GET 'https://api.photowall.com/prices/framed-print?sku=GLOBAL-CFP-12x12&territory=SE`
Sample response
```
@@ -166,7 +166,7 @@ Calculate the price for the "do it yourself frame" (DIY). Note that width and he
Sample request
`curl -X GET 'https://api2.photowall.com/prices/diy-frame?width=150&height=150&territory=SE`
`curl -X GET 'https://api.photowall.com/prices/diy-frame?width=150&height=150&territory=SE`
Sample response
```
@@ -194,7 +194,7 @@ Calculate the price for a poster hanger
Sample request
`curl -X GET 'https://api2.photowall.com/prices/poster-hanger?width=50&territory=SE`
`curl -X GET 'https://api.photowall.com/prices/poster-hanger?width=50&territory=SE`
Sample response
```
@@ -222,7 +222,7 @@ The width and height stored on the inquiry will be used in the calculations by d
Wallpaper inquiry - sample request
`curl -X GET 'https://api2.photowall.com/prices/inquiry/41015`
`curl -X GET 'https://api.photowall.com/prices/inquiry/41015`
Sample response
```
@@ -259,7 +259,7 @@ Sample response
Canvas inquiry - sample request
`curl -X GET 'https://api2.photowall.com/prices/inquiry/310999?width=500&height=150`
`curl -X GET 'https://api.photowall.com/prices/inquiry/310999?width=500&height=150`
Sample response
```