The Wayback Machine - https://web.archive.org/web/20201114164642/https://github.com/topics/web-api
Skip to content
#

web-api

Here are 569 public repositories matching this topic...

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
  • Updated Nov 10, 2020
  • C#
florimondmanca
florimondmanca commented Jan 28, 2020

Is your feature request related to a problem? Please describe.
Currently, it's not obvious how we can access the raw API key from within a view that's protected behind a permission classes. (This may be useful in order to e.g. fetch resources associated to that key).

Users can access the request headers directly:

scheme, _, key = request.META["HTTP_AUTHORIZATION"].partition("
alexbarbato
alexbarbato commented Nov 1, 2017

In #33 we created an ExpandFrom attribute. We now need to go back and add some documentation and usage examples.

You'll definitely want to read #33 and become familiar with the implementation.

Possible Implementation

  1. Adding a tutorial for ExpandFrom to docs
    1a. Add a reference to the Documentation list and the table of contents
  2. Add a relevant example usage to the NetCoreExampl

Improve this page

Add a description, image, and links to the web-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the web-api topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.