Android Open Source - workflow-android-view.and.data.api Credentials






From Project

Back to project page workflow-android-view.and.data.api.

License

The source code is released under:

MIT License

If you think the Android project workflow-android-view.and.data.api listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package main;
//  www .ja  v a  2s .c  o m
import android.os.Environment;

public class Credentials {
  
  //base url of view services
   public static String BASEUrl = "https://developer.api.autodesk.com";
   //your consumer key
   public static String CONSUMER_KEY = "<Your Consumer Key>";
   //your consumer secret
   public static String CONSUMER_SECRET = "<Your Consumer Secret>";  

}




Java Source Code List

async.AsyncCreateBucket.java
async.AsyncGetThumbnail.java
async.AsyncRegisterModel.java
async.AsyncToken.java
async.AsyncUpload.java
main.Credentials.java
main.GlobalHelper.java
main.MainActivity.java
services.ResponseClass.java
services.RestServices.java
services.SSLSocketFactoryEx.java