https://github.com/careydevelopment/api-flyweights
Flyweight objects for various downstream APIs.
https://github.com/careydevelopment/api-flyweights
java11 models
Last synced: 8 months ago
JSON representation
Flyweight objects for various downstream APIs.
- Host: GitHub
- URL: https://github.com/careydevelopment/api-flyweights
- Owner: careydevelopment
- License: mit
- Created: 2021-08-12T22:02:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T03:19:36.000Z (about 4 years ago)
- Last Synced: 2025-07-17T14:39:39.253Z (11 months ago)
- Topics: java11, models
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Carey Development API Flyweights
 

[](https://search.maven.org/artifact/us.careydevelopment.model.api/api-flyweights/1.4.0-RELEASE/jar)
Carey Development API Flyweights includes lightweight objects from downstream APIs.
This package exists because some APIs produce very large objects (I'm looking at you, YouTube API). Most upstream services
don't need all that data.
## Latest Release
You can pull it from the central Maven repositories:
```xml
us.careydevelopment.model.api
api-flyweights
1.4.0-RELEASE
```
## License
This code is under the [MIT License](https://github.com/careydevelopment/api-flyweights/blob/main/LICENSE).