Skip to content

Commit

Permalink
[Insee] Update BASE URL to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldouziech committed Feb 28, 2024
1 parent df45018 commit f7a52f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/insee/implementation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use chrono::NaiveDateTime;

const MAX_CALL: u8 = 20;
const MAX_DURATION: std::time::Duration = std::time::Duration::from_secs(60);
const BASE_URL: &str = "https://api.insee.fr/entreprises/sirene/V3";
const BASE_URL: &str = "https://api.insee.fr/entreprises/sirene/V3.11";
pub const INITIAL_CURSOR: &str = "*";

struct EndpointConfig {
Expand Down

0 comments on commit f7a52f2

Please sign in to comment.