Skip to content

Commit 21c2a64

Browse files
authored
Update README.md
1 parent 9642420 commit 21c2a64

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -65,30 +65,6 @@ else:
6565

6666
Example usage: `requests.post("https://metadata-portal.allenneuraldynamics-test.org/validate/subject", json=subject_data)`
6767

68-
### Gather endpoint
69-
70-
Get fresh metadata from the metadata service:
71-
72-
```python
73-
import requests
74-
75-
response = requests.get(
76-
"https://metadata-portal.allenneuraldynamics-test.org/gather",
77-
params={
78-
"subject_id": "804670",
79-
"project_name": "Learning mFISH-V1omFISH",
80-
"modalities": "ecephys", # comma-separated abbreviations
81-
"acquisition_start_time": "2025-09-17T10:26:00Z"
82-
}
83-
)
84-
85-
if response.status_code == 200:
86-
metadata = response.json()
87-
print(f"✅ Retrieved {list(metadata.keys())}")
88-
else:
89-
print(f"❌ Failed: {response.json()}")
90-
```
91-
9268
## Usage
9369

9470
Clone the repository and `cd` into the folder

0 commit comments

Comments
 (0)