-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for managing saved searches
- Loading branch information
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "great danes", | ||
"position": null, | ||
"created_at": "Wed Apr 21 19:33:43 +0000 2010", | ||
"id": 7095598, | ||
"query": "great danes" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"name": "great danes", | ||
"position": null, | ||
"created_at": "Wed Apr 21 19:33:43 +0000 2010", | ||
"id": 7095598, | ||
"query": "great danes" | ||
}, | ||
{ | ||
"name": "rubyconf OR railsconf", | ||
"position": null, | ||
"created_at": "Wed Apr 21 19:34:04 +0000 2010", | ||
"id": 7095610, | ||
"query": "rubyconf OR railsconf" | ||
} | ||
] |
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