Skip to content

Commit

Permalink
A couple more constants
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdlow committed Mar 9, 2016
1 parent 1a2526e commit 667d333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/reverb/api/ReverbApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public class ReverbApi {
public static final String TITLE = "title";
public static final String SUMMARY = "summary";
public static final String PHOTOS = "photos";
public static final String MAKES = "makes";
public static final String MODELS = "models";
public static final String COMPARISON_SHOPPING_PAGES = "comparison_shopping_pages";

//Static variables
Expand Down

0 comments on commit 667d333

Please sign in to comment.