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

API Filtering #407

Closed
1 task
scottnath opened this issue Sep 14, 2016 · 1 comment
Closed
1 task

API Filtering #407

scottnath opened this issue Sep 14, 2016 · 1 comment

Comments

@scottnath
Copy link
Contributor

scottnath commented Sep 14, 2016

When accessing our APIs, a user may want to filter results based on things they know without knowing the specific item they're looking for

Feature: Filter APIs
  As an application developer
  I want to filter my API results
  So that I can find items in the API without knowing exact attributes

  Scenario: Key
    Given that I want to retrieve API items with a specific key
     When I call an API endpoint that gives me a listing of items
     Then I should be able to indicate that I only want items returned if its key matches what I have specified
      And I should be able to indicate that I only want items returned if its key_slug matches what I have specified

Filter API

  • Key
@scottnath scottnath added the stub label Sep 14, 2016
@Snugug Snugug changed the title human-readable url in api API Filtering Sep 19, 2016
@Snugug
Copy link
Member

Snugug commented Sep 26, 2016

Moved Language filter to #452 as part of a larger Internationalized Content Epic

@Snugug Snugug added this to the Sprint 21: 9-28 milestone Sep 26, 2016
Snugug pushed a commit to Snugug/punchcard that referenced this issue Sep 26, 2016
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

2 participants