Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 899 Bytes

LeAPI

This implements a REST style API to provide access to LEWAS collected data. If you're already familiar with REST APIs and the LEWAS data and just want an endpoint reference, check out the swagger-generated docs.

Limitations/TODO

While planned, the current implementation doesn't fully incorporate the HATEOAS principle. This means people implementing programs that access the API need to pay more attention to endpoint names for different resources their program must access and be aware of when/if endpoint names change. Hopefully HATEOAS will be implemented in the near future allowing for more robust and maintainable client code.