-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add /r/parents/:inscription_id/inscriptions
endpoint.
#4088
Add /r/parents/:inscription_id/inscriptions
endpoint.
#4088
Conversation
The examples in the docs for /r/children/.../inscription* have the full output, so I did the same here. Maybe it makes sense to shorten those examples, too? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! The errors in parent_inscriptions_recursive
should be handled, see my comment. In general, errors from the index shouldn't be ignored. unwraps
on Option
s are okay though, when we expect the index to contain the inscription.
Can you rebase or merge master? This has some conflicts. |
e4e5ba2
to
a14e246
Compare
rebased and ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good to me! See comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I removed the include of recursion.md
in api.md
. It's just too annoying to keep in sync, and it's not a big deal to click a link. @raphjaph Want to take a look and merge, assuming you approve?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Analogous to #3771 but for parents instead of children.