Home Applications appmsw-banks-ru

appmsw-banks-ru

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
5
1 reviews
0
Awards
128
Views
2
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Dependencies
This app has a demo View
An example of working with the service for updating the list of Russian banks

What's new in this version

Initial Release

Repo-GitHub

OEX-zapm

Docker-ports

appmsw-banks-ru

An example of working with the service for updating the list of Russian banks

Quality Gate Status
Demo

What’s new

Added fileserver for downloading generated xlsx files

Installation with ZPM

If ZPM the current instance is not installed, then in one line you can install the latest version of ZPM.

s r=##class(%Net.HttpRequest).%New(),proxy=$System.Util.GetEnviron("https_proxy") Do ##class(%Net.URLParser).Parse(proxy,.pr) s:$G(pr("host"))'="" r.ProxyHTTPS=1,r.ProxyTunnel=1,r.ProxyPort=pr("port"),r.ProxyServer=pr("host") s:$G(pr("username"))'=""&&($G(pr("password"))'="") r.ProxyAuthorization="Basic "_$system.Encryption.Base64Encode(pr("username")_":"_pr("password")) set r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")

If ZPM is installed, then appmsw-banks-ru can be set with the command

zpm:USER>install appmsw-banks-ru

Installation with Docker

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/SergeyMi37/appmsw-banks-ru

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

Open link: http://localhost:52663/apptoolsrest/a/info&class=appmsw.banks.info

Link

Read more
Made with
Install
zpm install appmsw-banks-ru download archive
Version
1.0.011 Sep, 2022
ObjectScript quality test
Category
Integration
Works with
InterSystems IRIS
First published
11 Sep, 2022
Last checked by moderator
27 Jun, 2023Works