Skip to content

2.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mxr576 mxr576 released this 11 Oct 05:52
· 263 commits to 2.x since this release
8d045ed
  • Dropped paginated entity listing support from developer- and company apps controllers. Pagination only supported on developer- and company apps endpoints when entity ids listed. These endpoints only return maximum 100 entities (ids and objects), if a developer/company has more apps (it should not be) use the /apps endpoint to load all apps one by one in a loop.
  • Decoupled entity serialization logic from controller classes.
  • Introduced new traits that allows us to keep contract about methods use in traits and classes.
  • Now EntityTransformer handles updating entity properties from API responses.
  • Introducing a new BaseObject as a parent class for entities and (data) structures.