- May 2023
-
developer.roamjs.com developer.roamjs.com
-
-
developers.google.com developers.google.com
-
domainsrdap.googleapis.com
Tags
Annotators
URL
-
-
developers.ceramic.network developers.ceramic.network
Tags
Annotators
URL
-
- Apr 2023
-
code.google.com code.google.com
Tags
Annotators
URL
-
-
developers.googleblog.com developers.googleblog.com
-
socialgrep.com socialgrep.com
Tags
Annotators
URL
-
-
isni.org isni.org
Tags
Annotators
URL
-
-
pro.europeana.eu pro.europeana.eu
Tags
Annotators
URL
-
-
linked.art linked.art
Tags
Annotators
URL
-
-
api.w3.org api.w3.orgW3C API1
-
-
w3c.github.io w3c.github.io
-
-
learn.microsoft.com learn.microsoft.com
-
Clients interact with a service by exchanging representations of resources.
-
A primary advantage of REST over HTTP is that it uses open standards, and does not bind the implementation of the API or the client applications to any specific implementation.
-
- Mar 2023
-
stackoverflow.com stackoverflow.com
-
What you're actually trying to do is to have the exact same behaviour that native Devise implementation but on an Engine via API
-
-
-
-
En ce sens, une api est davantage du côté de la compatibilité que de l’interopérabilité.
Nuance significative
Tags
Annotators
URL
-
-
-
-
codepen.io codepen.io
Tags
Annotators
URL
-
-
developer.spotify.com developer.spotify.com
-
developer.spotify.com developer.spotify.com
-
www.bortzmeyer.org www.bortzmeyer.org
Tags
Annotators
URL
-
-
datatracker.ietf.org datatracker.ietf.org
Tags
Annotators
URL
-
-
dummyjson.com dummyjson.com
-
-
-
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.
Whisper는 범용 음성 인식 모델입니다. 다양한 오디오의 대규모 데이터 세트를 학습하고 다국어 음성 인식, 음성 번역, 언어 식별을 수행할 수 있는 멀티태스킹 모델이기도 합니다.
Tags
Annotators
URL
-
-
platform.openai.com platform.openai.com
-
Image generation BetaLearn how to generate or manipulate images with our DALL·E models
텍스트 프롬프트를 기반으로 처음부터 이미지 만들기 새 텍스트 프롬프트를 기반으로 기존 이미지의 편집본 만들기 기존 이미지의 변형 만들기
-
-
Tags
Annotators
URL
-
-
schema.org schema.org
Tags
Annotators
URL
-
-
cisaciswcuat.portal.azure-api.net cisaciswcuat.portal.azure-api.net
-
iswcnet.cisac.org iswcnet.cisac.org
-
- Feb 2023
-
platform.openai.com platform.openai.com
-
stateless.co stateless.co
-
remix.run remix.run
Tags
Annotators
URL
-
- Jan 2023
-
archive.softwareheritage.org archive.softwareheritage.org
-
Tags
Annotators
URL
-
-
discu.eu discu.eu
Tags
Annotators
URL
-
-
reconciliation-api.github.io reconciliation-api.github.io
Tags
Annotators
URL
-
-
api-portal.iso.org api-portal.iso.org
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
Tags
Annotators
URL
-
-
docs.github.com docs.github.com
-
-
-
```js const TOKEN = "YOUR_PERSONAL_ACCESS_TOKEN"; const GIST_ID = "YOUR_GIST_ID"; const GIST_FILENAME = "db.json";
/ * Reads the JSON file inside of the gist / async function getData() { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
); const gist = await req.json(); return JSON.parse(gist.files[GIST_FILENAME].content); }/ * Puts the data you want to store back into the gist / async function setData(data) { const req = await fetch(
https://api.github.com/gists/${GIST_ID}
, { method: "PATCH", headers: { Authorization:Bearer ${TOKEN}
, }, body: JSON.stringify({ files: { [GIST_FILENAME]: { content: JSON.stringify(data), }, }, }), });return req.json(); } ```
-
-
documentation.huma-num.fr documentation.huma-num.fr
Tags
Annotators
URL
-
-
-
Diet YAML is a light weight version of YAML that removes much of the complex aspects of the mainline YAML specification.
-
-
-
As an email service provider (ESP), Mailgun’s API support is all about programmatic solutions to make your email program more efficient and successful at scale. Our email API is a specific type of API that you can use to connect your web app or platform to an ESP to use its features within your own application.
Tags
Annotators
URL
-
- Dec 2022
-
jamesg.blog jamesg.blog
-
https://jamesg.blog/2022/12/30/mediawiki-sparkline/
-
-
developers.cloudflare.com developers.cloudflare.com
Tags
Annotators
URL
-
-
docs.joinmastodon.org docs.joinmastodon.org
-
h3poteto.github.io h3poteto.github.io
Tags
Annotators
URL
-
-
docs.joinmastodon.org docs.joinmastodon.org
Tags
Annotators
URL
-
-
www.gs1.org www.gs1.org
-
Scan4Transport is a global standard for encoding transport data on a Logistics Label
-
-
europepmc.org europepmc.org
-
Europe PMC Annotations API provides text mining annotations contained in abstracts and open access full text articles, using the W3C Open Annotation Data Model
Tags
Annotators
URL
-
-
mp.weixin.qq.com mp.weixin.qq.com
-
mp.weixin.qq.com mp.weixin.qq.com
-
Java 生鲜电商平台 - API 接口设计之 token、timestamp、sign 具体架构与实现
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
你是如何构建 Web 前端 Mock Server 的?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
www.zhihu.com www.zhihu.com
-
有没有开源的api管理系统?
-
-
discourse.joinmastodon.org discourse.joinmastodon.org
-
Forks that do have a custom limit usually expose it as the max_toot_chars field in /api/v1/instance
https://discourse.joinmastodon.org/t/get-character-limit-from-instance/3643/2
Appending
/api/v1/instance
to a Mastodon instance will return a lot of interesting data about it and how it's set up.
-
-
www.crossref.org www.crossref.org
-
mastodonpy.readthedocs.io mastodonpy.readthedocs.io
Tags
Annotators
URL
-
-
apireference.getresponse.com apireference.getresponse.com
-
You can filter the resource using criteria specified as query[*]. You can provide multiple criteria, to use AND logic. You can sort the resource using parameters specified as sort[*]. You can specify multiple fields to sort by.
-
Enum:"add" "delete" An additional flag parameter with the value add will add masks provided in the request body to the list. A flag value delete will delete masks from the list. If there's no parameter provided, masks are replaced.
Tags
Annotators
URL
-
-
github.com github.com
-
Dilemma: Do I use this unofficial library with its really nice idiomatic API or the official library (https://github.com/mailgun/mailgun-ruby) with its inferior API?
I wish this one was still/better maintained because I'd much rather use this API, like:
@mailgun.lists.create "devs@your.mailgun.domain" @mailgun.lists.list @mailgun.lists.find "devs@your.mailgun.domain"
but it's not maintained, and looks like it doesn't have the word
events
in the source at all, so it's missing any way to use the Events API. :(
-
- Nov 2022
-
github.com github.com
-
PostBin, a simple web service for testing and logging of the receival of WebHooks (HTTP POST requests).
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
The web API is now the most common meaning of the term API
Tags
Annotators
URL
-
-
www.prisma.io www.prisma.io
-
Swagger is a tool implementing the Open API specification which defines a standard, language-agnostic interface for describing HTTP-based APIs.
Tags
Annotators
URL
-
-
en.wikipedia.org en.wikipedia.org
-
Donations
To add some other intermediary services:
- ko-fi (site for contribution)
- GitHub sponsors (for GitPages)
- itch.io (for games)
- Gumroad (for sites and repositories)
- Patreon (for fan interaction)
To add a service for groups:
To add a service that enables fans to support the creators directly and anonymously via microdonations or small donations by pre-charging their Coil account to spend on content streaming or tipping the creators' wallets via a layer containing JS script following the Interledger Protocol proposed to W3C:
If you want to know more, head to Web Monetization or Community or Explainer
Disclaimer: I am a recipient of a grant from the Interledger Foundation, so there would be a Conflict of Interest if I edited directly. Plus, sharing on Hypothesis allows other users to chime in.
Tags
- exclusive
- API
- subscriptions
- sponsors
- dev.to
- tips
- revenue sharing
- microdonation
- hugo
- Interledger
- mozilla
- revenue
- gatsby
- youtube
- open-source
- model
- web monetization
- payment
- jekyll
- svelte
- open collective
- community
- w3c
- Interledger Protocol
- tessy
- web
- uphold
- pay what you want
- gumroad
- freemium
- open web
- pipe web
- contribution
- gatehub
- FOSS
- privacy
- art
- online ledger
- podcast
- gaming
- Patreon
- education
- donation
- payment pointer
- film
- Consortium
- mozfest
- moodle
- nonprofit
- gftw
- vuepress
- fans
- tools
- stream
- strategies
- video
- ko-fi
- plug-in
- gridsome
- 11ty
- games
- business
- wordpress
- open
- monetization
- extension
- micropayment
- pricing
- WWW
- pricing strategies
- coil
- mozilla festival
- pwyw
- web standards
- pay-what-you-want
- ngx
- premium
- wallet
- gratuity
- collective
- github
- open source
- browser
- micro-donation
- protocol
- research
Annotators
URL
-
-
data.inventaire.io data.inventaire.io
Tags
Annotators
URL
-
-
legifrance.reta.re legifrance.reta.re
Tags
Annotators
URL
-
-
api.pleroma.social api.pleroma.social
-
-
guides.dataverse.org guides.dataverse.org
-
developer.clarivate.com developer.clarivate.com
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
-
www.programmableweb.com www.programmableweb.com
-
dev.elsevier.com dev.elsevier.com
-
github.com github.com
-
www.programmableweb.com www.programmableweb.comBugzilla1
Tags
Annotators
URL
-
-
bugzilla.readthedocs.io bugzilla.readthedocs.io
Tags
Annotators
URL
-
-
wiki.mozilla.org wiki.mozilla.org
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
Tags
Annotators
URL
-
-
api.stackexchange.com api.stackexchange.com
Tags
Annotators
URL
-
-
opendata.paris.fr opendata.paris.fr
Tags
Annotators
URL
-
-
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
-
www.programmableweb.com www.programmableweb.com
-
dictionaryapi.com dictionaryapi.com
Tags
Annotators
URL
-
-
api.collinsdictionary.com api.collinsdictionary.com
-
www.programmableweb.com www.programmableweb.com
-
levelup.gitconnected.com levelup.gitconnected.com
-
Clean code examples (YouTube)Why Are You Still Creating CRUD APIs?Remove Your If-Else and Switch CasesWhy Cognitive and Cyclomatic Complexity Matters in Software DevelopmentWriting Cleaner Code (With Examples)Resources for the curious📚 Source Code (GitHub) by Nicklas Millard, the authorRESTful API Design by MicrosoftArchitectural Styles and the Design of Network-based Software Architectures by R.T. FieldingWhat is REST by codeacademyIs Crud Bad For Rest? by Boris LublinskyHATEOAS Driven REST APIs by restfulapi.netHATEOAS — a simple explanation by Bartosz JedrzejewskiWhy HATEOAS is useless and what it means for REST by Andreas ReiserRESTful Considered Harmful by Tomasz NurkiewiczTask-Based UI on cqrs.wordpress.comCRUD is an antipattern by Mathias VerraesWhy REST sucks by Troy A. Griffitts
Useful links for Web & generic programming.
-
RPC-like but still REST-full is way more preferred than those rotten CRUD designs.
-
-
www.programmableweb.com www.programmableweb.comAlgolia1
Tags
Annotators
URL
-
-
www.algolia.com www.algolia.com
Tags
Annotators
URL
-
-
developer.wordpress.org developer.wordpress.org
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
-
opengtindb.org opengtindb.org
Tags
Annotators
URL
-
- Oct 2022
-
www.val.town www.val.townval town1
-
https://www.val.town/
Val Town is a collaborative notebook for APIs
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.com
-
Hypothesis REST API
Hypothesis usa REST API
-
-
developer.vimeo.com developer.vimeo.com
Tags
Annotators
URL
-
-
www.programmableweb.com www.programmableweb.comVimeo1
Tags
Annotators
URL
-
-
-
How do REST APIs work? REST, or “representational state transfer,” is a type of software design that gives access to data (aka “web resources”) by using a uniform and predefined set of operations. The payload - the data to be delivered - defined in the request itself, will be formatted in a language such as HTML, JSON, or XML. The set of operations are the methods available to HTTP, which is the underlying protocol for how browsers retrieve websites from servers. These methods include GET, POST, PUT, DELETE, and others.
O que é payload
-
REST APIs If you’ve heard people talk about JSON (javascript object notation), chances are they’re talking about REST APIs. Over 70% of all public APIs use REST, because of its fast performance, reliability, and ability to scale by reusing modular components without affecting the system as a whole.
O que é REST API
Tags
Annotators
URL
-
-
h.readthedocs.io h.readthedocs.io
-
Communication with this endpoint consists of JSON-encoded messages sent from client to server and vice versa.
Este é o EndPoint da API do Hypothesis.
-
-
support.apple.com support.apple.com
-