Date: 2024-05-09
Accepted
We need to add an Api to the application. This is initially to allow projects to be created via a POST request to an endpoint.
Use the Grape gem to add a simple, opinionated Api to the application.
Authenticate users with an Api key, which is passed in an Apikey
header in
requests.
Other applications will be able to interact with our application via the Api.