CloudDB v3 api(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 5 months ago

introduction on using clouddb api to read data. clouddb (http://clouddb.com) is a web based data store. Sample: public static RowsResponseData GetRowData(CloudDB cdb, Token token, string appName, string entityName, Predicate[] predicates) { App app = cdb.GetApplicationByName(token, token.UserID, appName, false, false).Result; Entity e = cdb.GetEntityByName(token, app, entityName, false).Result; RowsResponseData rowData = cdb.SearchEntity(token, app, e, predicates, 0, 0, 0, 0).Results; return rowData; }

add a comment |category: |Views: 15

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story