You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not yield the author of the intervention (while their official title is yielded). The solution to that would be to interrogate the séance API as the intervention document does yield a seance_id property. However, it does not yield a législature property, which is required by the API such as:
Interventions retrieved through API such as
document_url: "http://www.nosdeputes.fr//api/document/Intervention/413005/json"
Do not yield the author of the intervention (while their official title is yielded). The solution to that would be to interrogate the séance API as the intervention document does yield a
seance_id
property. However, it does not yield a législature property, which is required by the API such as:This is solvable by parsing the
url_nosdeputes
property which does yield the correct législature (as well as the séance id).I believe it would still make sense to add this as a property.
The text was updated successfully, but these errors were encountered: