We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Le service https://api-interne-rmes.insee.fr/geo/commune/{id} donne une documentation : <Commune code="55323" uri="http://id.insee.fr/geo/commune/55323"> <Type>Commune</Type> <DateCreation>1943-01-01</DateCreation> <DateSuppression>2019-01-01</DateSuppression> <IntituleSansArticle typeArticle="5"> <intituleSansArticle>Aigle</intituleSansArticle> </IntituleSansArticle> <ChefLieu>string</ChefLieu> <CategorieJuridique>string</CategorieJuridique> <inclusion>totale</inclusion> <Intitule>L'Aigle</Intitule> </Commune> Alors qu'en faisant curl --location 'https://api-interne-rmes.insee.fr/geo/commune/14475' --header 'accept: application/xml on obtient : <Commune code="61214" uri="http://id.insee.fr/geo/commune/e03f6b2f-27f1-44b4-a97c-c382af7b122e"> <Intitule>L'Aigle</Intitule> <Type>Commune</Type> <DateCreation>1961-06-22</DateCreation> <IntituleSansArticle typeArticle="5">Aigle</IntituleSansArticle> </Commune>
<Commune code="55323" uri="http://id.insee.fr/geo/commune/55323"> <Type>Commune</Type> <DateCreation>1943-01-01</DateCreation> <DateSuppression>2019-01-01</DateSuppression> <IntituleSansArticle typeArticle="5"> <intituleSansArticle>Aigle</intituleSansArticle> </IntituleSansArticle> <ChefLieu>string</ChefLieu> <CategorieJuridique>string</CategorieJuridique> <inclusion>totale</inclusion> <Intitule>L'Aigle</Intitule> </Commune>
<Commune code="61214" uri="http://id.insee.fr/geo/commune/e03f6b2f-27f1-44b4-a97c-c382af7b122e"> <Intitule>L'Aigle</Intitule> <Type>Commune</Type> <DateCreation>1961-06-22</DateCreation> <IntituleSansArticle typeArticle="5">Aigle</IntituleSansArticle> </Commune>
The text was updated successfully, but these errors were encountered:
il faut donc modifier IntituleSansArticle et supprimer
Sorry, something went wrong.
prévoir 1/2 journée pour balayer les end-points et vérifier les outputs
related to #110
GtanSndil
When branches are created from issues, their pull requests are automatically linked.
Le service https://api-interne-rmes.insee.fr/geo/commune/{id} donne une documentation :
<Commune code="55323" uri="http://id.insee.fr/geo/commune/55323"> <Type>Commune</Type> <DateCreation>1943-01-01</DateCreation> <DateSuppression>2019-01-01</DateSuppression> <IntituleSansArticle typeArticle="5"> <intituleSansArticle>Aigle</intituleSansArticle> </IntituleSansArticle> <ChefLieu>string</ChefLieu> <CategorieJuridique>string</CategorieJuridique> <inclusion>totale</inclusion> <Intitule>L'Aigle</Intitule> </Commune>
Alors qu'en faisant curl --location 'https://api-interne-rmes.insee.fr/geo/commune/14475' --header 'accept: application/xml on obtient :
<Commune code="61214" uri="http://id.insee.fr/geo/commune/e03f6b2f-27f1-44b4-a97c-c382af7b122e"> <Intitule>L'Aigle</Intitule> <Type>Commune</Type> <DateCreation>1961-06-22</DateCreation> <IntituleSansArticle typeArticle="5">Aigle</IntituleSansArticle> </Commune>
The text was updated successfully, but these errors were encountered: