Skip to content

Commit

Permalink
Refactor eod endpoint (#23)
Browse files Browse the repository at this point in the history
* Refactor eod endpoint

* Fix lint
  • Loading branch information
reubenwong97 authored Oct 21, 2023
1 parent a599f38 commit a20e874
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 207 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marketstack"
version = "0.0.7"
version = "0.0.8"
edition = "2021"
license = "MIT"
description = "Rust bindings for Marketstack REST API"
Expand Down
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! Rust idioms.
//!
//! All endpoints use the builder pattern and have their members as private so that there are no
//! API implications of adding new members for additional query parameters in future GitLab
//! API implications of adding new members for additional query parameters in future Marketstack
//! releases.
//!
//! # Example
Expand Down
Loading

0 comments on commit a20e874

Please sign in to comment.