Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publishChannels #16

Closed
Metis77 opened this issue Jun 24, 2020 · 2 comments · Fixed by #19
Closed

Add publishChannels #16

Metis77 opened this issue Jun 24, 2020 · 2 comments · Fixed by #19
Assignees
Labels
feature New feature or request

Comments

@Metis77
Copy link
Contributor

Metis77 commented Jun 24, 2020

The import/export API contains in its Request for all or specific real estates information about where the objects should be published.
Possible values are Immobilienscout24 and/or Homepage.

The request would be the normal import API Request like:
https://rest.immobilienscout24.de/restapi/api/offer/v1.0/user/me/realestate

the part of the JSON response:

"common.publishChannels":[
            {
              "publishChannel":[
                {
                  "@id":"10000",
                  "@title":"Immobilienscout24"
                },
                {
                  "@id":"10001",
                  "@title":"Homepage"
                }
              ]
            }
          ]

@m-vo is it possible to add this?

@Metis77 Metis77 added the feature New feature or request label Jun 24, 2020
@m-vo
Copy link
Collaborator

m-vo commented Jun 24, 2020

In general: yes. I'd have to see if this information is really available in the actual data and has meaningful values, though (this wasn't the case for quite some of the documented values).

@Metis77
Copy link
Contributor Author

Metis77 commented Jun 24, 2020

It was available in the live playground just now ... but as far as i can recall is was not when we started this plugin.
Would be great, if you could check this.

@m-vo m-vo mentioned this issue Jun 29, 2020
@m-vo m-vo closed this as completed in #19 Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants