Skip to main content

post_upload_string

Function post_upload_string 

Source
pub async fn post_upload_string(
    __arg0: State<ApiState>,
    __arg1: Json<String>,
) -> ApiResult<Json<HashMap<String, String>>>
Expand description

Upload and load a genome from a JSON string.