Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Mastering ServiceStack
  • Table Of Contents Toc
Mastering ServiceStack

Mastering ServiceStack

By : Andreas Niedermair
2.5 (2)
close
close
Mastering ServiceStack

Mastering ServiceStack

2.5 (2)
By: Andreas Niedermair

Overview of this book

Mastering ServiceStack covers real-life problems that occur over the lifetime of a distributed system and how to solve them by deeply understanding the tools of ServiceStack. Distributed systems is the enterprise solution that provide flexibility, reliability, scaling, and performance. ServiceStack is an outstanding tool belt to create such a system in a frictionless manner, especially sophisticated designed and fun to use. The book starts with an introduction covering the essentials, but assumes you are just refreshing, are a very fast learner, or are an expert in building web services. Then, the book explains ServiceStack's data transfer object patterns and teach you how it differs from other methods of building web services with different protocols, such as SOAP and SOA. It also introduces more low-level details such as how to extend the User Auth, message queues and concepts on how the technology works. By the end of this book, you will understand the concepts, framework, issues, and resolutions related to ServiceStack.
Table of Contents (8 chapters)
close
close

Querying your service with Postman


Another approach to offer a sandbox for your API is to feed the Postman plugin of your browser with certain metadata to offer automatic discovery of your operations.

Postman is a Google Chrome plugin that can be launched as a stand-alone application to help developers work with APIs.

The corresponding feature comes shipped with ServiceStack and just needs activation in your app host's configuration.

using Funq;
using ServiceStack;

public override void Configure(Container container)
{
  this.Plugins.Add(new PostmanFeature());
}

The generated Postman collection is now available at /postman and can be added to your collections.

The Postman feature offers the following properties for adaptions, just like outer features:

  • AtRestPath (default: /postman): This lets you adapt the URL to expose the Postman collection.

  • DefaultLabelFmt (default: [type]): This lets you define a format for the title of each operation in the collection, if you do not inject a certain label...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Mastering ServiceStack
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon