https://github.com/technion/office364
Status monitoring service for an Office 365 tenancy
https://github.com/technion/office364
Last synced: 10 months ago
JSON representation
Status monitoring service for an Office 365 tenancy
- Host: GitHub
- URL: https://github.com/technion/office364
- Owner: technion
- License: epl-1.0
- Created: 2018-09-20T11:03:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T08:37:21.000Z (over 7 years ago)
- Last Synced: 2025-01-24T09:29:25.843Z (over 1 year ago)
- Language: TypeScript
- Size: 167 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# office354
A service that accesses the Office 365 Management API and monitors your services
## Installation
Download from http://example.com/FIXME.
## Usage
FIXME: explanation
$ java -jar office354-0.1.0-standalone.jar [args]
## Options
Setup config.edn:
```
{ :clientid "x"
:clientsecret "x"
:tenantdomain "x"
:tenantguid "x" }
```
## Examples
...
### Bugs
There is no Office 365 sandbox API. Running the test suite requires a valid config file with valid credentials.
## License
Copyright © 2018
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.