added in getPersonsProjects#34
added in getPersonsProjects#34Jameron wants to merge 3 commits intonetvlies:masterfrom Jameron:master
Conversation
|
Cool, thanks for the effort! Could you also add a test for this new method? Checkout the other tests for inspiration on how to do this. If you need help, let us know. |
|
Hey I need help regarding the test setup, I started writing one using another as a reference. What is the JSON at the bottom, a sample expected response? |
|
In the |
|
I added a test, the top was just copied from another test. Do I need to get that headers and stuff from Postman or Chrome Dev Tools? How are you submitting the API call? Thanks. |
|
Sorry for the delay. This ticket went off my radar. I copy the headers from the request which I do with the Guzzle client. It is possible to |
Added in new method for getting a person's projects list from the api.