Home | History | Annotate | Download | only in js

Lines Matching full:apiurl

2095   var apiUrl = 'https://www.googleapis.com/blogger/v3';
2168 var url = apiUrl + '/blogs/' + blog.id + '/posts/bypath?path=' + encodeURIComponent(postPath) + '&key=' + apiKey;