Skip to content

interblitz/BudgetBlitz-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Blitz Rest Api

http://bbmoney.biz

Api and samples are in beta stage. Make backup before use POST and DELETE queries with working database.

Requirements

Budget Blitz or Budget Blitz Pro 8.4.1b3 or higher installed on Android device.

Getting Started

Server address is http://server:port. Server and port will be available after PC connection enabled.

Budget Blitz Pro

Since 8.4.1b4 secure https protocol supported with Self-signed certificate. New Self-signed certificate generates each time PC connection enabled. You have to tell your browser to trust connection. For secure connection use server full address with secure port 9080 or shortcut with redirect-port 9070

  1. https://server:port
  2. server:redirect-port

Troubleshooting

  • "No connection" error occures for correct http address

Allow mixed content.

  • "No connection" error occures for correct https address

Go direct to https://server:port and add exception for this address in your browser. It is really safe.

Api Documentation

Api specification path is http://[server]:[port]/api/v1/docs.json. Server and port will be available after PC connection enabled.

Api Samples

JavaScript library for building mobile and desktop web apps Webix (https://github.com/webix-hub) is used in samples.