Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Change to new search api #18

Merged
merged 1 commit into from
Feb 12, 2015
Merged

Change to new search api #18

merged 1 commit into from
Feb 12, 2015

Conversation

robhudson
Copy link
Member

No description provided.

@@ -9,7 +9,7 @@ define('routes_api', [], function() {
'fxa-login': '/api/v2/account/fxa-login/',
'login': '/api/v2/account/login/',
'logout': '/api/v2/account/logout/',
'search': '/api/v1/apps/search/suggest/non-public/?cache=1&vary=0',
'search': '/api/v1/apps/search/non-public/?cache=1&vary=0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe name it lookup, if you still plan on this being the basis of a future lookup tool API?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking about lookup b/c of the suggest api but not sure anymore. I suppose it still could be. But even so the lookup needs to find deleted apps and this one doesn't so I'll likely just end up using the same API endpoint and requiring new permissions. But now with the search DRF filters it makes this super easy.

@chuckharmston
Copy link
Contributor

r+

robhudson added a commit that referenced this pull request Feb 12, 2015
@robhudson robhudson merged commit 9363cfc into master Feb 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants