prep: rough format for requesting data for an indivual and committee
This commit is contained in:
parent
273c58d035
commit
fe5aa5b252
1 changed files with 11 additions and 1 deletions
|
@ -188,4 +188,14 @@ pub mod cns {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Get and store the data on C&S committees
|
||||
*/
|
||||
pub mod committees {}
|
||||
|
||||
/**
|
||||
get the data for an individual user
|
||||
*/
|
||||
pub mod individual {}
|
Loading…
Reference in a new issue