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

Draft: Entries api #3305

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Conversation

momijizukamori
Copy link
Contributor

CODE TOUR: summarize here.

my @entry_tags = $self->tags();
$entry->{tags} = ( \@entry_tags );
$entry->{icon} = $self->userpic_kw || '';
$entry->{entry_id} = delete $self->{ditemid};
Copy link
Member

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.
Copy link
Member

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?

Copy link
Contributor Author

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.

@zorkian
Copy link
Member

zorkian commented Dec 3, 2024

Do you want me to do anything on this one right now?

@momijizukamori
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants