upstox-rust-sdk 0.2.0

SDK to access Upstox's Uplink v2 APIs programmatically
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod market_data_feed_message;
pub mod portfolio_feed_request;
pub mod portfolio_feed_response;

use serde::{Deserialize, Serialize};

#[derive(Deserialize, Serialize, Debug)]
pub struct AuthorizeFeedResponse {
    pub authorized_redirect_uri: String,
}