-
Notifications
You must be signed in to change notification settings - Fork 0
Future Developments
Connell edited this page Oct 25, 2017
·
2 revisions
Features planned for future versions include:
- Other data transfer formats such as XML and YAML.
-
Pagination strategies using the
Link
header. - API versioning, to add/remove fields when the user specifies a version.
- Precondition attributes to define the
LastModifiedDate
andETag
. - Full Swagger documentation generated on the fly.
- Test extensions to write better Unit Tests for your Stems.
- Multiple Expression property parameters for complex getter methods.
- Ability to stem into Firestorm Client objects to distribute your API across microservices.
- Low-level TCP endpoints to transfer data more efficiently if Firestorm is used on both server and client.
- Auto-generate type-safe client-side classes in TypeScript.