-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 public API endpoint for public collections #2174
Open
tw4l
wants to merge
18
commits into
public-collections-feature
Choose a base branch
from
issue-1051-public-collections-list
base: public-collections-feature
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add public API endpoint for public collections #2174
tw4l
wants to merge
18
commits into
public-collections-feature
from
issue-1051-public-collections-list
Commits on Nov 22, 2024
-
Add public API endpoint for public collections
If org with provided slug doesn't exist or no public collections exist for that org, return same 404 response with a detail of "public_collections_not_found" to prevent people from using public endpoint to determine whether an org exists. Endpoint is /api/public-collections/<org-slug> to avoid collisions with existing org and collection endpoints.
Configuration menu - View commit details
-
Copy full SHA for b607bf2 - Browse repository at this point
Copy the full SHA b607bf2View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b1297e - Browse repository at this point
Copy the full SHA 9b1297eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe9c73 - Browse repository at this point
Copy the full SHA 0fe9c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for beab346 - Browse repository at this point
Copy the full SHA beab346View commit details -
Use model for public org details in public list endpoint
This will be more easily extensible if we want to add additional fields (like an organization description) that would be visible in a public profile.
Configuration menu - View commit details
-
Copy full SHA for 15b66f7 - Browse repository at this point
Copy the full SHA 15b66f7View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68cf750 - Browse repository at this point
Copy the full SHA 68cf750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b0c173 - Browse repository at this point
Copy the full SHA 3b0c173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02891ad - Browse repository at this point
Copy the full SHA 02891adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4458de - Browse repository at this point
Copy the full SHA d4458deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 574d2d3 - Browse repository at this point
Copy the full SHA 574d2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783c434 - Browse repository at this point
Copy the full SHA 783c434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd0a45 - Browse repository at this point
Copy the full SHA 5dd0a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac14949 - Browse repository at this point
Copy the full SHA ac14949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25ec757 - Browse repository at this point
Copy the full SHA 25ec757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ada91 - Browse repository at this point
Copy the full SHA 16ada91View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe31ef - Browse repository at this point
Copy the full SHA dbe31efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4fa4a5 - Browse repository at this point
Copy the full SHA e4fa4a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4027495 - Browse repository at this point
Copy the full SHA 4027495View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.