rbx_asset: cloud: implement new asset-delivery-api #14

Merged
Quaternions merged 11 commits from staging into master 2025-04-06 22:23:13 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 5509fd2166 - Show all commits

View File

@@ -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{

View File

@@ -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{