Skip to content

Commit

Permalink
add a bit more clarification in certain areas
Browse files Browse the repository at this point in the history
  • Loading branch information
pbc committed Oct 22, 2014
1 parent 4b13346 commit 63a1a87
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dev test

Prepare a rails 4.1 application which would have a public and a private interface.

Private API responding to the following requests:

* 1 - GET locations/:country_code
Expand All @@ -13,6 +13,7 @@ Public interface responding to the following requests
* 4 - GET locations/:country_code
* 5 - GET target_groups/:country_code

The authentication type is up to you and you should assume there is no firewall so the server would be public facing and needs to be secured properly when necessary.

## models

Expand Down Expand Up @@ -82,7 +83,9 @@ The price should be based on how many letters "a" can you find on this site http

#### Panel 2

The price should be based on the number of "b" opening tags you can find in this feed https://ajax.googleapis.com/ajax/services/feed/find?v=1.0&q=news
The price should be based on the number of "b" opening tags you can find in this feed https://ajax.googleapis.com/ajax/services/feed/find?v=1.0&q=news

The tags will be encoded like this \u003cb\u003e if you view it as a raw JSON.

#### Panel 3

Expand Down

0 comments on commit 63a1a87

Please sign in to comment.