Skip to content

Commit

Permalink
Revert "feat(api-client-framework): add blockscout services related h…
Browse files Browse the repository at this point in the history
…elper definitions"

This reverts commit b21cedc.
  • Loading branch information
rimrakhimov committed Jan 22, 2025
1 parent b21cedc commit 0cf48c3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 221 deletions.
9 changes: 0 additions & 9 deletions libs/api-client-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ serde_path_to_error = { version = "0.1.16", default-features = false }
serde_urlencoded = { version = "0.7", default-features = false }
thiserror = { version = "2", default-features = false }
url = { version = "2", default-features = false }

reqwest-retry = { version = "0.7.0", default-features = false, optional = true }

[features]
"blockscout" = [
"dep:reqwest-retry",
"serde/derive",
"url/serde"
]
91 changes: 0 additions & 91 deletions libs/api-client-framework/src/blockscout/client.rs

This file was deleted.

111 changes: 0 additions & 111 deletions libs/api-client-framework/src/blockscout/config.rs

This file was deleted.

5 changes: 0 additions & 5 deletions libs/api-client-framework/src/blockscout/mod.rs

This file was deleted.

5 changes: 0 additions & 5 deletions libs/api-client-framework/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
mod async_client;
mod endpoint;

/// Blockscout services related structs.
/// Contains config and client definitions to be used by blockscout-rs services.
#[cfg(feature = "blockscout")]
pub mod blockscout;

pub use async_client::{HttpApiClient, HttpApiClientConfig};
pub use endpoint::{serialize_query, Endpoint};

Expand Down

0 comments on commit 0cf48c3

Please sign in to comment.