Groups
Groups
Sign in
Groups
Groups
JSlideShare Commit
Conversations
About
Send feedback
Help
[jslideshare] r31 committed - Updated API URLS (from http to https).
0 views
Skip to first unread message
jslid...@googlecode.com
unread,
May 26, 2014, 11:08:27 AM
5/26/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jslidesha...@googlegroups.com
Revision: 31
Author: lucio.benfante
Date: Mon May 26 15:08:12 2014 UTC
Log: Updated API URLS (from http to https).
http://code.google.com/p/jslideshare/source/detail?r=31
Modified:
/trunk/JSlideShare/src/main/java/com/benfante/jslideshare/SlideShareAPIImpl.java
=======================================
---
/trunk/JSlideShare/src/main/java/com/benfante/jslideshare/SlideShareAPIImpl.java
Wed Jun 25 17:45:22 2008 UTC
+++
/trunk/JSlideShare/src/main/java/com/benfante/jslideshare/SlideShareAPIImpl.java
Mon May 26 15:08:12 2014 UTC
@@ -35,19 +35,19 @@
private static final Logger logger = Logger.getLogger(
SlideShareAPIImpl.class);
public static final String URL_GET_SLIDESHOW =
- "
http://www.slideshare.net/api/1/get_slideshow
";
+ "
https://www.slideshare.net/api/1/get_slideshow
";
public static final String URL_GET_SLIDESHOW_INFO =
- "
http://www.slideshare.net/api/1/get_slideshow_info
";
+ "
https://www.slideshare.net/api/1/get_slideshow_info
";
public static final String URL_GET_SLIDESHOW_BY_USER =
- "
http://www.slideshare.net/api/1/get_slideshow_by_user
";
+ "
https://www.slideshare.net/api/1/get_slideshow_by_user
";
public static final String URL_GET_SLIDESHOW_BY_TAG =
- "
http://www.slideshare.net/api/1/get_slideshow_by_tag
";
+ "
https://www.slideshare.net/api/1/get_slideshow_by_tag
";
public static final String URL_GET_SLIDESHOW_BY_GROUP =
- "
http://www.slideshare.net/api/1/get_slideshow_from_group
";
+ "
https://www.slideshare.net/api/1/get_slideshow_from_group
";
public static final String URL_UPLOAD_SLIDESHOW =
- "
http://www.slideshare.net/api/1/upload_slideshow
";
+ "
https://www.slideshare.net/api/1/upload_slideshow
";
public static final String URL_DELETE_SLIDESHOW =
- "
http://www.slideshare.net/api/1/delete_slideshow
";
+ "
https://www.slideshare.net/api/1/delete_slideshow
";
protected SlideShareConnector connector;
public SlideShareAPIImpl() {
Reply all
Reply to author
Forward
0 new messages