Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 710 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 710 Bytes

Shared Settings

Introduction

All companies have information that wants to be reused in there different internal apps as a result information become redundant and after a while inconsistent. This app has as a purpose to provide a single point where all your information can be stored and shared across all of your applications

Features

To create users (called API Users) and give permissions to which data can access through the API.

Create private data that can be accessed using [POST] /api/get authentication is required and option for specifying a single IP, a list, a range of IPs or any.

Create public data that can be accessed using [GET] /api/get no authentication, no any restrictions.