Josh Puetz

Results 18 issues of Josh Puetz

Reactions API requirements: https://docs.google.com/document/d/1O8YG8moIMUHi5_A-VHVWDmdIaYeHFEpeBEFGRyxc-PQ/edit#bookmark=id.z6jwzd5e5y70 Description: create an endpoint to read a Reaction. **Authorization**: api key **Permissions**: limited to users with `Admin` or `Super Admin` role **Path**: GET `/api/reactions/:id` **Body params**:...

area: API
Forem team

Reactions API requirements: https://docs.google.com/document/d/1O8YG8moIMUHi5_A-VHVWDmdIaYeHFEpeBEFGRyxc-PQ/edit#bookmark=id.z6jwzd5e5y70 Description: create an endpoint for deleting a Reaction. **Authorization**: api key **Permissions**: limited to users with `Admin` or `Super Admin` role **Path**: DELETE `/api/reactions/:id` **Body params**:...

area: API
Forem team

Reactions API requirements: https://docs.google.com/document/d/1O8YG8moIMUHi5_A-VHVWDmdIaYeHFEpeBEFGRyxc-PQ/edit#bookmark=id.z6jwzd5e5y70 Description: create an endpoint for creation Reactions. **Authorization**: api key **Permissions**: limited to users with `Admin` or `Super Admin` role **Path**: POST `/api/reactions/` **Body params**: reactible_type:...

area: API
Forem team

Description: Create a new home page feed relevancy level patterned after the `comments_count` lever for an article (see https://github.com/forem/forem/blob/main/app/models/articles/feeds.rb#L135), but with the following changes: - Instead of comments count, use...

area: homepage
Forem team

Description: Create a new home page feed relevancy level patterned after the `public_reactions` lever for an article (see https://github.com/forem/forem/blob/main/app/models/articles/feeds.rb#L314), but with the following changes: - Instead of public reactions count,...

area: homepage
Forem team
needs product

We've received a few questions from the community asking why CORS is disabled on API endpoints (example: https://forem-team.slack.com/archives/CAA200SH5/p1656692658360069). We should validate and document this decision.

area: API
Forem team

## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] Optimization - [x] Documentation Update...

blocked

One of our partners seems to be running into API throttling issues: > A quick thought that I think you will be able to help us with that will help...

area: API
Forem team

A suggestion from @pkfrank: > Curious: would it make sense to add a link to a URL with more information for v0 API users who see the 299 notice? >...

area: API
Forem team

In order to help us determine when to cut off access to the v0 endpoints

area: API
Forem team