11 Matching Annotations
- May 2024
-
spec.matrix.org spec.matrix.org
-
All API endpoints within the specification are versioned individually. This means that /v3/sync (for example) can get deprecated in favour of /v4/sync without affecting /v3/profile at all. A server supporting /v4/sync would keep serving /v3/profile as it always has
It's cool, I guess. But then leaves one wonder, are they compatible? How to tell? There should be a kind of manifest then that maps v4 to "playing well together" granular vs.
Tags
Annotators
URL
-
- Oct 2021
-
www.cloverbiopharma.com www.cloverbiopharma.com
-
Clover’s COVID-19 Vaccine Candidate Demonstrates 79% Efficacy Against Delta in Global Phase 2/3 SPECTRA Trial Dominated by Variants of Concern and Interest—Clover Biopharmaceuticals. (n.d.). Retrieved 4 October 2021, from https://www.cloverbiopharma.com/news/83.html
-
- Jun 2021
-
-
would be different depending on whether the fetch is internal or external
-
-
github.com github.com
-
export function get(req, res) { if (req.headers.authorization) { res.writeHead(200); res.end(JSON.stringify({ message: req.headers.authorization })); } else { res.writeHead(200); res.end(JSON.stringify({ message: 'unauthorized' })); } }
-
- May 2021
-
github.com github.com
-
if (parsed.protocol) { // external fetch response = await fetch(parsed.href, /** @type {import('node-fetch').RequestInit} */ (opts)); } else { // otherwise we're dealing with an internal fetch const resolved = resolve(request.path, parsed.pathname);
-
- Feb 2021
-
github.com github.com
-
Instead of dealing with a mix of before_filters, Rack-middlewares, controller code and callbacks, an endpoint is just another activity and allows to be customized with the well-established Trailblazer mechanics.
-
-
-
trailblazer.to trailblazer.to
-
Endpoint is the missing link between your routing (Rails, Hanami, …) and the “operation” to be called. It provides standard behavior for all cases 404, 401, 403, etc and lets you hook in your own logic like Devise or Tyrant authentication, again, using TRB activity mechanics.
-
-
trailblazer.to trailblazer.to
-
The endpoint gem is the missing link between your routing framework and your business code. It acts like a mix of before_filters and “responder” that handles authentication and authorization, invoking your actual logic, and rendering a response.
-
- Aug 2015
-
-
0.79 (0.66–0.95)
results on the primary endpoint
-
The primary outcome was ischemic or hemorrhagic stroke or systemic em-bolism.
primary end point definition
Tags
Annotators
URL
-