jamasoftware-ps / py-jama-rest-client

A client for the Jama Connect REST API implemented in python.
MIT License
34 stars 44 forks source link

Support for interactions with /activities #63

Open lewismc opened 11 months ago

lewismc commented 11 months ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like We would like to enable low-latncy data egress from JAMA to at least another data source (namely OpenMBEE FlexoMMS). The only mechanism we have discovered is to poll the JAMA REST API for activities. Upon the discovery of a new event(s) we then perform one or more GET's on one or more /items/{id}’s. Python SDK support for interfacing with /activities would be great.

Describe alternatives you've considered We will be talking to JAMA representatives about streaming data egress from JAMA & event-driven architecture when they visit JPL on December 12th & 13th.

Additional context None, thanks for your consideration.

austinhallett commented 10 months ago

@lewismc due to inactivity, I have created a new client SDK with support for the activities API py-jama-client