Mobile support to come.
mod authorization;
mod commit;
mod git_http;
mod oauth;
mod organization;
mod question;
mod repository;
mod user;
pub(crate) mod common;
/// Define commonly used newtypes within the module
use common::*;
/// Re-export to expose flattened namespace to public
pub use authorization::*;
pub use commit::*;
pub use git_http::*;
pub use oauth::*;
pub use organization::*;
pub use question::*;
pub use repository::*;
pub use user::*;
added commit repo and service
mikkel•fbf2a482d ago
implemented oauth service
mikkel•9477d578d ago
attempted to implement question repo and service
mike•744536e14d ago
marked entire util and dto/common modules as internal
mike•c30b9c514d ago
created authorization service
mike•b104ec915d ago
migrated get_repository_file_commits api
mike•3fe674c15d ago
migrated get commits
mike•7a6a65a16d ago
re-implemented get repo tree and file
mike•1de709416d ago
implemented boilerplate for get repo tree and file api
mike•ec579cb16d ago
renamed GitHttpBackendService -> GitHttpService
mike•c1acceb16d ago
updated all internal DTO to use newtypes for validation
mike•8d32ab016d ago
refactoring git_http in progress
mike•febbd1116d ago
refactored repository core
mike•ca1236717d ago
refactored core for org and user
mike•281b3fe17d ago
migrated git http endpoints to new arch
mike•fbc763320d ago
implemented repository service
mike•5eb55ef20d ago
implemented find_by_name in org repo
mike•9397f2923d ago
implemented user repository
mike•f2e5f7723d ago
changed module privacy
mike•13a738223d ago
prototyped arch with organization domain
mike•1422d4324d ago