allensdk.api.queries.svg_api module¶
-
class
allensdk.api.queries.svg_api.
SvgApi
(base_uri=None)[source]¶ Bases:
allensdk.api.api.Api
-
build_query
(section_image_id, groups=None, download=False)[source]¶ Build the URL that will fetch meta data for the specified structure.
Parameters: - section_image_id : integer
Key of the object to be retrieved.
- groups : array of integers
Keys of the group labels to filter the svg types that are returned.
Returns: - url : string
The constructed URL
-