0
votes
0answers
110 views

Video hosting site with upload api and way to specify date recorded [closed]

I have several hundred videos that I want to transition from hosting on amazon s3 to YouTube or another video hosting service. This isn't a problem, as I see that most free video services have an ...
1
vote
1answer
532 views

Recommended date format for REST GET API [closed]

What's the recommended timestamp format for a REST GET API like this: http://api.example.com/start_date/{timestamp} I think the actual date format should be ISO 8601 format, such as ...