I'm trying to use the apiary docs with the production server. But I can't figure out how to include the api_key in the url.
http://docs.themoviedb.apiary.io/#reference/search/searchmovie/get?console=1
It looks like from this question, the blueprint hasn't been formatted properly:
http://stackoverflow.com/questions/22845666/documenting-query-parameters-with-api-blueprint
Is there something I've missed?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Inmatrix
بتاريخ ديسمبر 23, 2015 في 6:09 صباحا
If you mean the basic search url then (without the brackets of course) : http://api.themoviedb.org/3/search/movie?api_key=[TheKey]&query=[MovieName]
رد بواسطة Travis Bell
بتاريخ ديسمبر 23, 2015 في 11:11 صباحا
Hi pureferret,
Indeed, our blueprint hasn't been updated to the latest version that supports parameters. We have been using Apiary before this was a feature they supported. I'm not sure you can use the console with our blueprint as it stands today. I'll have to try and find some time to get this updated.