This repository has been archived by the owner on Sep 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Doc updates/ tidying #117
Merged
Doc updates/ tidying #117
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removing commented out endpoints following confirmation that they're not required.
Updates `assignedTo` and `assignedExpiration` information.
Adds that retrieved applications are sorted on created date.
Updates with migration info and link to new docs.
Adds revoke webhook.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Adds pagination info.
Updates milestones auto-awarding info.
Adds routes for adding and removing badges from milestones.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Expands pagination info.
Updates for auto-generated slugs.
Fixes incorrect response data for retrieving specific instance.
Adds public badge class list endpoint.
Added public badge class list endpoint to docs re #120 here: https://github.com/mozilla/badgekit-api/blob/doc-tidy/docs/badges.md#retrieve-public-badge-class-list Hope that looks right.. cc @cmcavoy |
Qualifies authorization info.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Includes some of the updates from #107 and #91 - some are still outstanding, can do them here or on another branch (this one has the updated readme with
db-migrate
instead ofschema.sql
which may be causing confusion e.g. mozilla/openbadges-badgekit#454).