Skip to content

Commit

Permalink
account.getAppPermissions method
Browse files Browse the repository at this point in the history
  • Loading branch information
kstep committed Feb 5, 2016
1 parent e0b58b8 commit c3d6a0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/account.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
use auth::Permissions;
use api::Id;

request! {
struct GetAppPermissions for ["account.getAppPermissions"](v => 5.44) -> Permissions {
user_id: Id = () => {}
}
}
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ pub mod wall;
pub mod utils;
pub mod execute;
pub mod storage;
pub mod account;

0 comments on commit c3d6a0e

Please sign in to comment.