Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
profh committed Apr 2, 2020
1 parent ee5b2df commit 6c9cb8a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This is the code used in 67-272 to teach the basics of building an API. There a

* adv_serializers -- a more advanced version of the prior branch

* serializers-fastjson -- similar to the serializers branch, it uses Netflix's `fast_jsonapi` gem for significant performance improvements

* adv_serial_fastjson -- likewise, a more advanced version of the prior branch using the `fast_jsonapi` gem

* cors -- allowing for cross origin resource sharing

* filtering -- this version adds flexibility to the API allowing us to filter and order results as needed
Expand All @@ -22,3 +26,4 @@ This is the code used in 67-272 to teach the basics of building an API. There a

* rackattack -- throttling access to the API to stop excessive usage


0 comments on commit 6c9cb8a

Please sign in to comment.