You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository contains an [OpenAPI specification](https://www.openapis.org/) for the the latest version of the Vimeo API.
6
-
7
14
Our OpenAPI specification powers the [Vimeo API Reference](https://developer.vimeo.com/api/reference) pages and API playground.
8
15
9
-
## Updates
10
-
This repository will be updated automatically every Friday (if there are changes), but if you'd like to get the latest changes, you can do so by making a request to the following API endpoint:
11
-
16
+
For an updated spec, make the following request:
12
17
```
13
18
curl -X GET \
14
19
'https://api.vimeo.com/?openapi=1' \
@@ -18,12 +23,5 @@ curl -X GET \
18
23
19
24
If you also wish to receive a copy of the specification for a different API version (version 3.4 is our latest public default), you can do so by changing your `Accept` header to pull a copy appropriate for that version.
20
25
21
-
## Tests
22
-
Currently we utilize [Speccy](https://github.com/wework/speccy) for running a gamut of validation and standards checks:
23
-
24
-
```
25
-
npm test
26
-
```
27
-
28
26
## Support
29
-
If you have any questions or problems, create a [ticket](https://github.com/vimeo/openapi/issues) or [contact us](https://vimeo.com/help/contact).
27
+
If you have any questions or problems, [contact us](https://vimeo.com/help/contact).
0 commit comments