Stefan Jöbstl

Results 2 issues of Stefan Jöbstl

I have created the following entity model: ```rust use super::sea_orm_active_enums::*; use sea_orm::entity::prelude::*; use serde::{Deserialize, Serialize}; use validator::Validate; #[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize)] #[sea_orm(table_name = "user")] pub struct Model...

I'm getting 429 errors on Sharepoint, even if the library just takes 2 requests to the sharepoint site. I changed the authentication to app authentication with client_id and client_secret and...

question