|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.odi.justblog.api.blogger.BloggerApi
Constructor Summary | |
BloggerApi()
|
Method Summary | |
Blog |
getBlog(java.net.URL url,
java.lang.String id)
Tries to open the blog identified by id at the endpoint pointed
to by apiurl . |
java.lang.String |
getName()
Gets the human readable name of this Blog API. |
java.lang.String |
getRsdName()
Gets the "official" name of this Blog API. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BloggerApi()
Method Detail |
public java.lang.String getRsdName()
BlogApi
getRsdName
in interface BlogApi
public java.lang.String getName()
BlogApi
getName
in interface BlogApi
public Blog getBlog(java.net.URL url, java.lang.String id)
BlogApi
id
at the endpoint pointed
to by apiurl
. Implementing classes should avoid to authenticate
against the blog at this time.
getBlog
in interface BlogApi
url
- the API endpointid
- the Blog ID
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |