-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
1,281 additions
and
3,180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 8 additions & 12 deletions
20
xwiki-android-core/src/org/xwiki/android/rest/ral/RESTfulManager.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,19 @@ | ||
package org.xwiki.android.rest.ral; | ||
|
||
import java.util.Properties; | ||
|
||
import org.xwiki.android.resources.Space; | ||
import org.xwiki.android.resources.Wiki; | ||
import org.xwiki.android.rest.RestConnection; | ||
import org.xwiki.android.rest.XWikiAPI; | ||
import org.xwiki.android.xmodel.entity.Document; | ||
import org.xwiki.android.rest.XWikiRestConnector; | ||
import org.xwiki.android.rest.rpc.RestClient; | ||
|
||
public interface RESTfulManager | ||
{ | ||
{ | ||
DocumentRao newDocumentRao(); | ||
|
||
SpaceRao newSpaceRao(); | ||
|
||
WikiRao newWikiRao(); | ||
|
||
RestClient getRestClient(); | ||
|
||
RestConnection getConnection(); | ||
|
||
|
||
|
||
@Deprecated | ||
XWikiRestConnector getRestConnector(); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.