https://github.com/byu-oit/edge-clients
https://github.com/byu-oit/edge-clients
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/byu-oit/edge-clients
- Owner: byu-oit
- License: apache-2.0
- Created: 2015-11-06T17:20:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T16:56:15.000Z (over 2 years ago)
- Last Synced: 2025-03-05T22:32:13.901Z (over 1 year ago)
- Language: Java
- Size: 851 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Clients
This is a compilation of various client libraries and such. The goal with many of these libraries is to establish a minimal set of functionality with a minimum of dependencies. Typically, [Spring](http://projects.spring.io/spring-framework/) and [Google Guava](https://code.google.com/p/guava-libraries/), although there are a few others that are BYU-created dependencies.
## Modules
### apikey-client
This is mostly a database-connected api-key client. It can look up just about any api key and use it. Mostly created for testing. There is a CLI. This was built on top of the [auth-client](#auth-client).
### auth-client
### chartBlock
### control-dates-client
### credential-client
This is a web service only client for apikey authentication infrastructure. There are utility classes for locating and loading locally stored apikey and username/password credentials. The goal is to provide for apikey what the connection files do for databases.
### filters
### learning-suite-client
### person-basic
### person-basic-domain
### pro-client
### pro-codes-client