-
Notifications
You must be signed in to change notification settings - Fork 23
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
Create Access Key #76
Comments
I would like to participate in the Access Keys project |
Hi @IshamMohamed, I could help with that. Have you started prototyping or thinking about a design at a high level? I'd love to hear what ideas you have. |
The Python |
I have created the model class for the Access Keys - https://github.com/IshamMohamed/keen-sdk-net/blob/master/Keen/AccessKey/AccessKey.cs would appreciate your feedback. |
Thanks @IshamMohamed I will take a look. |
I think the model is starting to look good. A few questions/comments:
|
Really useful comments and feedback. Agrees with all your comments. I am learning alot, and have started working on the changes. |
Good to hear! Yeah if you have good reasons for any of your choices, please feel free to correct me. I've thought about this Access Keys stuff to some extent, but I'm glad someone is finally getting it done :) Another question: Is there a reason for Also, FYI, you could see trouble where you're trying to deserialize to interface types, though, since without a specific |
|
Implemented the method and a unit test for testing success - IshamMohamed@3596593 |
Thanks @IshamMohamed I'll take a look probably later today. |
Can you create a pull request when you're ready so we can review this here? I'd prefer to have the context. |
No description provided.
The text was updated successfully, but these errors were encountered: