-
Notifications
You must be signed in to change notification settings - Fork 176
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
Draft: Entries api #3305
base: main
Are you sure you want to change the base?
Draft: Entries api #3305
Conversation
my @entry_tags = $self->tags(); | ||
$entry->{tags} = ( \@entry_tags ); | ||
$entry->{icon} = $self->userpic_kw || ''; | ||
$entry->{entry_id} = delete $self->{ditemid}; |
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.
why is this deleting the ditemid from $self?
# Authors: | ||
# Allen Petersen <allen@suberic.net> | ||
# | ||
# Copyright (c) 2016 by Dreamwidth Studios, LLC. |
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.
is this actually a 2016 file by Allen?
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.
Hilariously for once it actually is - he wrote the base code for the entry fetch and JSON transform of entry objects.
Do you want me to do anything on this one right now? |
Hmmm I see you left a comment I haven't dealt with, I will look at that. I think I wanted a look-over on the API endpoints for reasonableness, and then more importantly - if we implement this I think we need to be sure we have some sort of rate limit functionality in place in the stack. |
CODE TOUR: summarize here.