-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
238: Implement keys endpoints to list access keys #239
Conversation
@dodie yeah it actually looks great so far! Can't spot anything off. Would just need mock and integTests for each of these new endpoints and we will be good to go. |
3cac4f0
to
e111f99
Compare
e111f99
to
530eb7c
Compare
Hi @cdancy , In the end I also created the endpoint methods for creating keys because they were needed in the integration tests. Please let me know if anything needs to be further aligned. Also, I noticed that the build is now failing for an unrelated error, it seems that the Cheers, |
@dodie yes if you don't mind :) I've got no complaints on the test side of things. When you're ready to move forward and merge just ping me here and I'll kick a new release. This looks really great and thanks! |
@cdancy : I've added the missing formatting fixes, now the project builds successfully. |
@dodie |
@cdancy 👍 |
Hi @cdancy ,
This is a draft PR to implement the keys API endpoint discussed in #238 .
I've tested the new API manually, but I'm not finished with the automated tests yet.
I'm opening this draft PR, hoping to ask for feedback if I'm going to the right direction with the implementation:
AccessKey
model objects for this endpoint? Semantically the new usecase uses them similarly as they are used in the already existing endpoint, but here we need a few additional optional parameters.Thanks,
David