| name | contentstack-java-cda |
|---|---|
| description | Use for the Java Content Delivery API—Stack, Entry, Query, sync, and HTTP/callback patterns. |
- Changing public classes under
com.contentstack.sdk - Working with Retrofit-backed calls, RxJava flows, or Gson models
- Core usage centers on
Stackand related types (Query,Entry,Asset, sync APIs)—preserve binary compatibility for public methods when possible.
- Networking uses Retrofit/OkHttp-style stack per
pom.xml; Gson for JSON—keep model classes consistent with API responses.
- Treat additive changes as minor; breaking signatures or behavior need a major bump and migration notes.