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

web-api

Here are 909 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 Jun 27, 2022
  • JavaScript
Globart1337
Globart1337 commented May 27, 2022

On https://slack.dev/bolt-python/concepts at line 12 of "Example with AWS Lambda" there is "&gt;" displayed, instead of ">" symbol. To fix this you have to remove "<span class="p">;</span>" after it

Category (place an x in each of the [ ])

  • slack_bolt.App and/or its core components
  • slack_bolt.async_app.AsyncApp and/or its core components
  • Adapters in **sl
docs good first issue
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("
good first issue enhancement
webapis-playground

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