Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit febb900

Browse files
authored
Merge pull request #21 from aaronm67/patch-1
Deprecate library in favor of curl
2 parents 3f87509 + bc1ecd2 commit febb900

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1+
⚠️⚠️⚠️ This library is no longer updated. For an updated spec, use the following curl: ⚠️⚠️⚠️
2+
3+
```
4+
curl -X GET \
5+
'https://api.vimeo.com/?openapi=1' \
6+
-H 'Accept: application/json;version=3.4' \
7+
-H 'Authorization: bearer YOUR_BEARER_TOKEN'
8+
```
9+
110
# Vimeo + OpenAPI
211

312
<img src="https://user-images.githubusercontent.com/33762/49821892-8c1dc000-fd49-11e8-93e3-98c7ddd9a654.png" width="400" />
413

5-
This repository contains an [OpenAPI specification](https://www.openapis.org/) for the the latest version of the Vimeo API.
6-
714
Our OpenAPI specification powers the [Vimeo API Reference](https://developer.vimeo.com/api/reference) pages and API playground.
815

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:
1217
```
1318
curl -X GET \
1419
'https://api.vimeo.com/?openapi=1' \
@@ -18,12 +23,5 @@ curl -X GET \
1823

1924
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.
2025

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-
2826
## 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

Comments
 (0)