Scout24 / restapi-php-sdk

SDK für PHP-Entwickler um die Arbeit mit der API von ImmobilienScout24 zu vereinfachen. Über die API erhält man Ergebnislisten, Objektdaten, uvm. von ImmobilienScout und kann diese Daten inhherhalb seines Webservice integrieren. Die Dokumentation zum SDK findet man unter https://github.com/Immocaster/php-sdk/wiki.
64 stars 46 forks source link

Strict mode #6

Closed schroeder-ludwig closed 10 years ago

schroeder-ludwig commented 10 years ago

I know there is a way to get results in "strict mode" (when getting a list of items, items will have less details), by adding strict=true in the Accept header. Is it possible to make requests this way using the sdk?

Pixelairport commented 10 years ago

Hi Ludwig,

this option is not supported at the moment. I had a look at the docu of IS24 … I think i can create this feature for the next version of the sdk… maybe next week. I have also to check another thing with multiple-tokens… if this works i will push it with the strict mode feature the next week.

bye M98

schroeder-ludwig commented 10 years ago

Got it, thank you :)