We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3defc commit 31661daCopy full SHA for 31661da
README.md
@@ -131,17 +131,19 @@ api.getCollections()
131
132
```json
133
[
134
- { version: '1.0',
135
- database: 'radio',
136
- name: 'Articles',
137
- slug: 'articles',
138
- path: '/1.0/radio/articles'
+ {
+ "version": "1.0",
+ "database": "radio",
+ "name": "Articles",
+ "slug": "articles",
139
+ "path": "/1.0/radio/articles"
140
},
141
142
- name: 'Authors',
143
- slug: 'authors',
144
- path: '/1.0/radio/authors'
+ "name": "Authors",
145
+ "slug": "authors",
146
+ "path": "/1.0/radio/authors"
147
}
148
]
149
```
0 commit comments