Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

query videos via api #239

Open
willkg opened this issue Apr 30, 2014 · 3 comments
Open

query videos via api #239

willkg opened this issue Apr 30, 2014 · 3 comments

Comments

@willkg
Copy link
Member

willkg commented Apr 30, 2014

The API should have a way to query videos.

Part of me vaguely remembers that the API actually does have this. However, it could be that I'm remembering the old API or another project I work on. Regardless, if it can be done, I'm pretty sure it's not documented.

@codersquid
Copy link
Contributor

If you mean a call to get information about a single video, we do have that.

/api/v2/video/123

We are using http://www.django-rest-framework.org/api-guide/generic-views#retrieveupdateapiview for the VideoRetrieveUpdateAPI.

It's documented here http://richard.readthedocs.org/en/latest/admin/api.html#videos

@codersquid
Copy link
Contributor

Reopen if you mean something else.

@willkg
Copy link
Member Author

willkg commented Sep 29, 2014

No, that's not what I meant. That's getting a video based on its id--not querying/searching videos.

@willkg willkg reopened this Sep 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants