Réparation de l'API Entreprise, en revenant à la version 2

api_entreprise: revert to API v2
This commit is contained in:
Pierre de La Morinerie 2019-04-03 12:26:24 +02:00 committed by GitHub
commit 81fba4f792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,7 @@ class ApiEntreprise::API
end
def self.url(resource_name, siret_or_siren)
base_url = [API_ENTREPRISE_URL, resource_name, siret_or_siren].join("/")
"#{base_url}?with_insee_v3=true"
[API_ENTREPRISE_URL, resource_name, siret_or_siren].join("/")
end
def self.params(siret_or_siren, procedure_id)