I just finished the Hartle book on rails. Following the examples were useful, and I was able to create some very simple functions for my application. However, there is this API that I would like to use, and it was provided with a key for the API. I do not know how to start implementing the API. Other material related to the API was useful, but I was literally fixated on the fact that the implementation of the API should be the first step.
I need the user to be able to register and authenticate, and then provide data that will be tracked through an external API. I have a user who logs in and authenticates, I just need to know what the first step should be to use this API.
The logic of the answer will be equally useful.
source share