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

Implementing Backend API for Article Listing for authors #1017

Open
prankurpandeyy opened this issue Oct 2, 2024 · 4 comments
Open

Implementing Backend API for Article Listing for authors #1017

prankurpandeyy opened this issue Oct 2, 2024 · 4 comments

Comments

@prankurpandeyy
Copy link

Is your feature request related to a problem? Please describe.

Our community is growing and people love our content as we are the most trusted, reputed platform for learning to code without paying a single penny, The same goes for our content writers who are developers but choose us to publish the articles.
I want to implement a simple API function in the backend for our authors who wish to embed their articles on their sites or anywhere.
The URL will be something like this: https://freecodecamp.com/api/articles?username={username}
The username will be the same as the contributors set on their FreecodeCamp Profile.
When anyone hits this URL it should return an array of objects containing following data :
[ { "type_of": "article", "id": "article_id", "title": "article title", "description": "description", "readable_publish_date": "published date", "url": "url", "published_timestamp": "published_timestamp", "cover_image": "cover_image", "canonical_url": "canonical_url", "created_at": "created_at", "published_at": "published_at" } ]

Describe the solution you'd like

I wish to implement this task

Describe alternatives you've considered

I tried searching many things but didn't get the desired result

Additional context

No response

@gikf gikf changed the title FEAT : Implementing Backend API for Article Listing for authors Implementing Backend API for Article Listing for authors Oct 2, 2024
@kiranrokkam09
Copy link

assign it to me

@ilenia-magoni
Copy link
Contributor

@kiranrokkam09 it's not open for contribution, only issues with the https://github.com/freeCodeCamp/freeCodeCamp/labels/help%20wanted label are open for contribution

@a2937 a2937 transferred this issue from freeCodeCamp/freeCodeCamp Oct 2, 2024
@prankurpandeyy
Copy link
Author

If the issue still persist I would love to take it up as I have requested this feature so definitely I understand the core of problem well

@ilenia-magoni
Copy link
Contributor

@prankurpandeyy the issue is not open for contribution

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

No branches or pull requests

3 participants