Skip to content
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

remove password field from studentsShow endpoint #58

Merged
merged 1 commit into from
Jan 25, 2017

Conversation

gibarsin
Copy link
Collaborator

@gibarsin gibarsin commented Jan 24, 2017

Summary

The password field returned from endpoint api/v1/students/{docket} has been eliminated.

Example

A request to a student with docket 1, for example, should return a JSON response with the following format:

{
"birthday": "1994-01-24",
"dni": 12345687,
"docket": 1,
"email": "",
"firstName": "Hola1111",
"genre": "M",
"lastName": "Como Estas123123"
}

Trello Card

https://trello.com/c/VB4LknsJ/43-remove-password-field-from-studentsshow-endpoint

Issue Reference

#56

@gibarsin gibarsin merged commit 5ec1c79 into development Jan 25, 2017
@gibarsin gibarsin deleted the fixPassword branch January 25, 2017 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants