rbx_asset: cloud: implement new asset-delivery-api #14
@@ -328,8 +328,8 @@ impl ApiKey{
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct CloudContext{
|
||||
pub api_key:String,
|
||||
pub client:reqwest::Client,
|
||||
api_key:String,
|
||||
client:reqwest::Client,
|
||||
}
|
||||
|
||||
impl CloudContext{
|
||||
|
||||
@@ -338,8 +338,8 @@ impl Cookie{
|
||||
}
|
||||
#[derive(Clone)]
|
||||
pub struct CookieContext{
|
||||
pub cookie:String,
|
||||
pub client:reqwest::Client,
|
||||
cookie:String,
|
||||
client:reqwest::Client,
|
||||
}
|
||||
|
||||
impl CookieContext{
|
||||
|
||||
Reference in New Issue
Block a user