raisingcanes_directory
Browse Raising Cane's store directory from state to city to store, using child paths to descend the tree and locate store records.
Instructions
Browse the Raising Cane's store directory. Returns one level of Raising Cane's store directory tree. Omit path for the root, which lists the US states Raising Cane's operates in; pass a child's path to descend (state to cities, city to stores). Each child carries its name, path, URL and how many stores sit under that branch. A child with is_store true is a store record rather than another directory level -- pass its path to GET /raisingcanes/store. This is a directory browse, not a proximity search: use GET /raisingcanes/nearby for a radius lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path from a previous response's children[].path, e.g. la. Omit for the root state index. |