Leanpub Header

Skip to main content

API Design on the Scale of Decades

Learn How to Architect and Design Long-lasting APIs

Expert insights from the Nordic APIs Platform Summit, dedicated to the idea of designing APIs with longevity in mind. We cover the most pressing API design decisions for maintaining long-lasting API platforms, including REST, GraphQL, versioning strategies, REST hooks, OAuth 2.0 in IoT, microservices, and more...

Free With Membership

The author is letting you choose the price you pay for this book!

Pick Your Price...
PDF
EPUB
WEB
708
Readers
About

About

About the Book

Roy Fielding once described REST as “software design on the scale of decades: every detail is intended to promote software longevity and independent evolution. Many of the constraints are directly opposed to short-term efficiency.” Essentially, Fielding acknowledged that developers often execute short-term design without long-term design in mind, which causes inadaptability as technology evolves. 

API Design on the Scale of Decades is a response to this sentiment, digging deep to acknowledge modern web Application Programming Interface architectures and design decisions that will truly stand the test of time. In this volume we provide analysis of API design best practices that make quality developer programs truly stand out, including:

  • An introduction and history of Representational State Transfer (REST)
  • Assessment of GraphQL as an API query alternative
  • Technical case studies in scaling internal API architectures
  • Versioning strategies that optimize efficiency
  • How to implement agile, serverless API backends
  • Learning from API design anti-patterns with microservices
  • Securing the future Internet of Things (IoT) with OAuth 2.0 + OpenID Connect
  • Deploying API management in an enterprise context
  • Benefits of building on Open Standards and the Open API Specification
  • and more...

In October 2016 Nordic APIs held it's annual Platform Summit centered on this theme, bringing together over 300 API industry thought leaders to share their insights on what it means to architect and design APIs on the scale of decades. The event detailed design techniques for platform longevity, as well as operational components of sustaining a working API business model.

API Design on the Scale of Decades gathers some of the best information shared by speakers at the 2016 Platform Summit; so even if you weren't able to attend, you can now catch a part of the experience! For this book, we took the 15 most popular speaker sessions on API design technique, and used them as inspiration to craft in-depth chapters on a wide range of API design topics.

All the proceeds from the sale of this book will be donated to the Red Cross in Sweden.

Price

Pick Your Price...

With Membership

Free!

$7.99

You pay

$7.99

Author earns

$6.39
$

All prices are in US $. You can pay in US $ or in your local currency when you check out.

EU customers: prices exclude VAT, which is added during checkout.

...Or Buy With Credits!

Number of credits (Minimum 0)

0
The author will earn $0.00 from your purchase!
You can get credits monthly with a Reader Membership

Author

About the Author

Nordic APIs

In 2013, Nordic APIs was formed to help organizations become more innovative, lean, and efficient. Nordic APIs has grown into one of only a handful of all-­API-­related event series held anywhere in the world. After hosting more than a dozen events, the community has grown to include hundreds of international thought leaders. Through the global reach of its blog, Nordic APIs is connected to 10's of thousands of API practitioners from around the world. Visit nordicapis.com for more information.

Contents

Table of Contents

Preface

  1. APIs on the Scale of Decades

Designing a True REST State Machine

  1. The History Behind REST and Hypermedia
  2. How do we Define REST?
  3. Misconception #3: REST APIs Should be Versioned
  4. Misconception #4: Hypermedia is Optional for REST APIs
  5. Example State Machine: IoT Toaster
  6. Conclusion

Is GraphQL The End of REST Style APIs?

  1. Defining REST and its Limitations
  2. Round Trip and Repeat Trip Times
  3. Over/Under Fetching
  4. Weak Typing and Poor Metadata
  5. Improper Architecture Usage
  6. REST Has Many Roundtrips - GraphQL Has Few
  7. REST Has Poor Type Systems - GraphQL Has a Sophisticated One
  8. REST Has Poor Discoverability - GraphQL Has Native Support
  9. REST Is Thin Client/Fat Server - GraphQL is Fat Client/Fat Server
  10. The End Of The Status Quo
  11. Conclusion

Continuous Versioning Strategy for Internal APIs

  1. Typical Public API Versioning
  2. Badoo’s Continuous Versioning Strategies
  3. Changing the Verification Process
  4. Updating Banner CTAs for Specific Clients
  5. Use Flags to Avoid Versioning in Complex Business Logic Changes
  6. Run Experimental Features
  7. How Continuous Versioning Could Apply to You

Case Study: Spotify Internal Payment APIs

  1. The Evolution of Spotify Payments
  2. What’s Really Going on with Online Payments?
  3. The Checkout API
  4. The Billing API
  5. Sample Use Case: Automatic Alerts
  6. 4 Reasons Why API Design is Critical to Subscription Services
  7. Analysis: Scalable API-Driven Infrastructure will Power the Future of Online Payments

The Benefits of a Serverless API Backend

  1. What Does “Serverless” Mean?
  2. From Traditional to Serverless Environments
  3. How Get Started: Understanding the Serverless Vendors
  4. Designing Event-Driven Serverless Applications
  5. 5 Serverless Pro Tips:
  6. Example: Kickflip SDK
  7. Building Serverless API Backends

Putting an End to API Polling

  1. What is the Polling Madness?
  2. One Solution: REST Hooks
  3. Counter Arguments
  4. Implementing REST Hooks
  5. Alternatives
  6. Conclusion

6 Ways to Become a Master Microservice Gardener

  1. 6 Ways to Become a Master Microservice Gardener
  2. 1: Use Bimodal IT to Avoid Stagnation
  3. 2: Avoid the Kafka-esque Monolith
  4. 3: Design In a Way That Promotes Further Iteration
  5. 4: Harvest Concepts and Incorporate
  6. 5: Distribute the Seeds: Adopt True Microservices Arrangement
  7. 6: Prune the Service Surface
  8. Nurture API Ecosystem Growth

Is Your API Automotive Grade?

  1. Test It Like it Has to be Automotive Grade
  2. Automotive Grade and Futureproofing
  3. Automotive Grade and Backwards Compatibility
  4. Final Thoughts

Why OAuth 2.0 Is Vital to IoT Security

  1. What is OAuth 2.0?
  2. What Does OAuth Do?
  3. Unique IoT Traits that Affect Security
  4. Proof of Possession
  5. Disconnected Flow
  6. Real Worth Authorization Failure
  7. OAuth Embeds Trust into the IoT
  8. Conclusion

4 Design Tweaks to Improve API Operations

  1. 1: HTTP GET instead of POST
  2. 2: Letting clients constantly poll APIs
  3. 3: Rigid hierarchy in microservices causes latency
  4. 4: Generic actions
  5. Harmon-ious Mantras to Live By

The API of Me

  1. Confidential
  2. Financial
  3. Tactile
  4. Aggregate
  5. Final Thoughts

Avoid Walking on Eggshells and Use DevOps

  1. Silos Are Bad For Business
  2. Key DevOps Concepts
  3. DevOps and APIs
  4. Guides to API Development Management
  5. Conclusion: Putting Humpty Back Together Again

Securing the IoT for Decades to Come

  1. Looking into the Crystal Ball: The World in 2030
  2. Identity is the #1 Impediment to Safe IoT Connections
  3. Building on Open Standards will Secure Future Identity in the IoT
  4. The Nuances of IoT-Based Communication
  5. 5 Actionable Steps Toward Improving IoT Security

5 Ways the OpenAPI Specification Spurs API Agility

  1. What is the OpenAPI Specification?
  2. Why OpenAPI Specification?
  3. API Fastness
  4. 1: Proper Design and Approach
  5. 2: Complete Documentation and Description
  6. 3: Rapid Testing and Iteration
  7. 4: Shorter (More Secure) Time to Market
  8. 5: Machine and Human Readability and Translation
  9. Conclusion: OpenAPI Enables an Agile API Lifecycle

Case Study: Bosch Ongoing Enterprise API Management Saga

  1. Is building everything yourself always the answer?
  2. Have an effective strategy
  3. Be ready for that strategy to fall apart
  4. Think big, even when you’re small

In Summary

  1. TL/DR - 15 Important Takeaways
  2. What’s Next?

Nordic APIs Resources

  1. 2016 Nordic APIs Summit Talks
  2. More eBooks by Nordic APIs:

Endnotes

Contributors

About the Contributors

Kristopher Sandoval

Bill Doerrfeld

Bill Doerrfeld is a technologist and writer interested in disruptive software and projecting technology of the future. He is especially devoted to tracking the API economy, and is the Editor in Chief for Nordic APIs, a blog and knowledge base devoted to helping API (Application Programming Interface) providers refine their platforms. Follow him on Twitter, Linkedin, or reach out via email. Visit doerrfeld.io for more.

Art Anthony

Art is a copywriter/blogger/content creator who gave up the big city grind to go freelance and live out in the countryside. He writes about everything from financial services and software/technology to health and fitness for big corporations and startups alike. He started his own company, Copywriting Is Art, several years ago and tweets at @ArtCopywriter.

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub