Exemple #1
0
 public ApiData(IList <Ref> refs,
                IDictionary <String, String> bookmarks,
                IDictionary <String, String> types,
                IList <String> tags,
                IDictionary <String, Form> forms,
                Experiments experiments,
                String oauthInitiateEndpoint,
                String oauthTokenEndpoint)
 {
     this.refs                  = refs;
     this.bookmarks             = bookmarks;
     this.types                 = types;
     this.tags                  = tags;
     this.forms                 = forms;
     this.experiments           = experiments;
     this.oauthInitiateEndpoint = oauthInitiateEndpoint;
     this.oauthTokenEndpoint    = oauthTokenEndpoint;
 }
Exemple #2
0
		public ApiData(IList<Ref> refs,
			IDictionary<String,String> bookmarks,
			IDictionary<String,String> types,
			IList<String> tags,
			IDictionary<String,Form> forms,
			Experiments experiments,
			String oauthInitiateEndpoint,
			String oauthTokenEndpoint) {
			this.refs = refs;
			this.bookmarks = bookmarks;
			this.types = types;
			this.tags = tags;
			this.forms = forms;
			this.experiments = experiments;
			this.oauthInitiateEndpoint = oauthInitiateEndpoint;
			this.oauthTokenEndpoint = oauthTokenEndpoint;
		}