An open API service indexing awesome lists of open source software.

https://github.com/stimulsoft/samples-server-api-for-js-and-net

C# and JavaScript samples for BI Server client-server application for Business Intelligence, API usage examples
https://github.com/stimulsoft/samples-server-api-for-js-and-net

analytics api bi-tools client-server dashboards database export generator iis interaction json mssql pdf reports resources rest scheduler share web xml

Last synced: 3 months ago
JSON representation

C# and JavaScript samples for BI Server client-server application for Business Intelligence, API usage examples

Awesome Lists containing this project

README

          

# C# and JavaScript samples for Stimulsoft BI Server

#### This repository contains the source code of the examples of usage Stimulsoft BI Server in the C# and JavaScript applications.

## Overview
This repository contains a set of examples (Visual Studio and JS projects), each in different folders:
* [Copy Report Template to Other Workspaces](https://github.com/stimulsoft/Samples-Server-API-for-JS-and-NET/tree/master/Copy%20Report%20Template%20to%20Other%20Workspaces)
* [Show All Workspaces](https://github.com/stimulsoft/Samples-Server-API-for-JS-and-NET/tree/master/Show%20All%20Workspaces)
* [Use REST API](https://github.com/stimulsoft/Samples-Server-API-for-JS-and-NET/tree/master/Use%20REST%20API)
* [Using the API in JS code](https://github.com/stimulsoft/Samples-Server-API-for-JS-and-NET/tree/master/JS)

All examples are combined into Visual Studio solutions .sln files, and .html files.

## Running samples
In order to start simply open the Visual Studio solution file in the IDE and run the required project as Startup Project. The required libraries will be automatically downloaded from the NuGet repository. To run the JavaScript examples, copy the JS folder to your web server and open the required sample HTML file.

## About Stimulsoft BI Server
Stimulsoft BI Server is a complete client-server application for Business Intelligence, which you may use for work with reports and analytics. The client side allows you to visualize the data, and the server side enables you to process and store them. The server contains the functionality for a full cycle of work from creating and editing a template to transferring finished documents to the user.

## Useful links
* [Product Page](https://www.stimulsoft.com/en/products/server/overview)
* [Free Download](https://www.stimulsoft.com/en/downloads/business)
* [NuGet](https://www.nuget.org/packages/Stimulsoft.Connect.API)
* [Documentation](https://www.stimulsoft.com/en/documentation/online/server-api/)
* [License](LICENSE.md)