Kinotic-Foundation / structures

Structures is an open-source framework for data storage and retrieval, supporting schema evolution, data management, and providing a user-friendly GUI and OpenAPI interface.
https://kinotic-foundation.github.io/structures/
Other
2 stars 1 forks source link

Add new endpoints to OpenAPI Spec #20

Closed NickPadilla closed 9 months ago

NickPadilla commented 9 months ago

Need to add these new functions to the OpenAPI Specification, they are already part of the native continuum api and added to the ts client.

findByIds/countByQuery/deleteByQuery

NickPadilla commented 9 months ago

the code has been added, also needed to add basic count query.

NickPadilla commented 9 months ago

code has been merged into develop