Skip to content

arfloresp/query-cloud-api

 
 

Repository files navigation

Query-Cloud-API (QCApi) for SuccessFactors OData APIs (QCA for SF)

QCA is a query builder for SuccessFactors OData APIs. Although it's a generic query builder internally, QCA for SF will have a "citizen integration" flavor to it to let power users get their stuff done without getting into technical nitigrities. Not so long ago, there's used to be fabulous set of tools called SFAPI tools. https://sfapitoolsflms.hana.ondemand.com/SFIntegration/sfapitools.jsp. But, RIP SFAPITools, long live SFIAPItools. Welcome QCA ;)

Why don't we just use POSTMAN?

POSTMAN is a ReST API client. ODATA is also ReSTful if you just consider the operational part. But, OData is much more than that when you consider the metadata.xml file. The metadata file is an EDMX document that contains a complete description of the feeds, types, properties, relationships exposed by the service in EDM.

How do I get it?

Download the latest version from here https://github.com/integrtr/query-cloud-api/releases

How do I use it?

Once installed successfully, this's the first screen.Pretty self-explanatory - ain't it? alt tag

Now, we get to the screen where you can choose the OData entity. alt tag

Here comes the juicy part - build the query alt tag color coding differentiates the nav from the normal fields. alt tag

Fire in the hole! alt tag

Now, drill down further alt tag

Now the essentials:

  1. SAP and SuccessFactors are trademarks of SAP SE. I claim no ownership over their trademarks or their products.
  2. Query Cloud API (QCA) is not from SAP. I created this only to scratch my itch. But, because Valar Dohaeris, I open sourced it.
  3. You're free to use this software and use it as long as you abide by GNU GPL V3 and my EULA (https://github.com/integrtr/query-cloud-api/blob/master/EULA.md).

Thanks to:

Electron, NodeJs,JQuery,OData lib for JS and umpteen number of other open sources libraries that used for development, testing and publishing the app.

Bugs and feature requests:

https://github.com/integrtr/query-cloud-api/issues/new

About

Query OData APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 2.0%
  • HTML 1.0%