Skip to content

Commit

Permalink
add pdf plaquette link
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpilloud committed Oct 1, 2019
1 parent 0a91258 commit 904c9a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/objet.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ https://syn.publimmo.ch/api/v1/{idagence}/objets/{id}
| motscle | String | Minergie, Tour | Mots-clés définis dans la fiche |
| dateCreation | String | 13.08.2012 | Date de création de l'objet |
| dateMaj | String | 14.08.2014 | Date modification du prix de l'objet (selon critères PI) |
| plaquetteUrl | String | http://media1.publimmo.ch/.pdf/0/10543/258429_fr_ac3a7a2d.pdf | Lien vers la plaquette Publimmo (nécessite une clé valide - voir key ci-dessus) |

## Structures

Expand Down
3 changes: 3 additions & 0 deletions src/PublimmoPro/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ class Client
/** @var int $extendedInfos Allow to get more infos per object */
private $extendedInfos = 1;

/** @var int $plaquetteUrl Url to a brochure pdf file */
private $plaquetteUrl;

/**
* Class constructor
*/
Expand Down

0 comments on commit 904c9a3

Please sign in to comment.