ni / systemlink-OpenAPI-documents

MIT License
16 stars 22 forks source link

Add get routes for results and steps #9

Closed BKnight760 closed 6 years ago

BKnight760 commented 6 years ago

[x] This contribution adheres to CONTRIBUTING.md.

What does this Pull Request accomplish?

This adds two new GET routes to the API to make it more RESTful. Previously, there were no GET routes at all. These endpoints call through to the underlying query handler, with no filters applied. It allows for basic skip/take without filtering.

Why should this Pull Request be merged?

Updating the public documentation to match the implementation of the backend.

What testing has been done?

Tested the 2 new routes as well as the base permissions routes. Verified they behave as expected.