################# Pheno browser api ################# .. http:get:: ^/config/?$ Get the phenotype data configuration. .. http:get:: ^/instruments/?$ Get phenotype instruments. .. http:get:: ^/measures_info/?$ Get pheno measures info. .. http:get:: ^/measures/?$ Get pheno measures pages. .. http:get:: ^/measures_count/?$ Return a CSV file stream for measures. .. http:get:: ^/measure_description/?$ Get pheno measures description. .. http:get:: ^/download/?$ Return a CSV file stream for measures. .. http:head:: ^/download/?$ Return a status code validating if measures can be downloaded. .. http:post:: ^/measure_values/?$ Return measure values as stream. .. http:get:: ^/images/(?P[^/]+)/(?P.+)? Return raw image data from a remote GPF instance.