- Last 7 days
-
coddingtonbear.github.io coddingtonbear.github.io
-
这个是[[LocalRestApi¹]]的可交互 #Api⁰ 文档, 很像是 #Swagger⁰ 生成的。
-
-
www.digitalocean.com www.digitalocean.com
-
Well-thought-out, idiomatic APIs
-
- Sep 2023
-
musicbrainz.org musicbrainz.org
-
-
Add a new, undocumented separate_replies=True option to the search API. If separate_replies=True option is _not_ given to the search API, then it reverts to its previous behaviour: _do_ include replies in the "rows" list returned. This is the same behaviour that the search API had befor: it returns both top-level annotations and replies in the one "rows" list, but without any guarantee that if some annotations/replies from a given thread are in the list then all annotations/replies from that thread will be in it. If separate_replies=True _is_ given then the API follows the new behaviour: "rows" contains top-level annotations only, and a separate "replies" list containing all replies to the annotations in rows is also inserted into the result.
-
-
thescimus.com thescimus.com
-
We will try to add two tests for response code in order to know that our request was successful. Another test we will add for response time < 2 sec in order to understand how fast request was processed by server. If it will be executed slower then for 2 seconds, our test will fail. In this case I use 2 seconds just for example it might be greater or lower number, but 7 seconds is usually a maximum time for request execution. So in order to add tests, go to “Tests” in request section of application and add this few lines : tests["Status code is 200"] = responseCode.code === 200; tests["Response time is less than 200ms"] = responseTime < 2000; When this is done hit on Send button again and execute your first test.
Good case -- importance of adding tests to validate response codes and times, ensuring optimal server performance and response.
-
-
thescimus.com thescimus.com
-
Developers use tools like Postman for API test automation to create WMS system integration technologies that help you increase efficiency by automating manual processes. The WMS connects all of your warehouse locations so that you can easily access information about your inventory, orders, and shipments from any computer.
Leveraging tools such as Postman, developers can automate API tests, leading to the creation of efficient Warehouse Management System (WMS) integrations that streamline operations.
-
-
thescimus.com thescimus.com
-
So now we have a file that you need to open in JMeter UI, configure number of threads that you want to execute and you are good to go.
After converting the Postman test into a JMeter format, users can easily adjust the concurrency settings by configuring the number of threads in the JMeter UI, offering flexibility in load testing scenarios.
-
-
thescimus.com thescimus.com
-
Let’s add a test that will validate that number of results on a page is lower then total number of results.
This code snippet in Postman ensures that the number of displayed results on a single page is always less than the total count of results, ensuring pagination is functioning correctly.
-
- Aug 2023
-
mswjs.io mswjs.io
-
audiusproject.github.io audiusproject.github.io
Tags
Annotators
URL
-
-
developers.google.com developers.google.com
Tags
Annotators
URL
-
-
docs.discourse.org docs.discourse.org
-
-
erinkissane.com erinkissane.com
-
which I pulled out of the API as a JSON file by tweaking a bash script a nice stranger wrote up on the spot when I asked about JSON export
This I would very much like to learn more details about... I've been unable to find comprehensive documentation of Bluesky's API thus far.
-
- Jul 2023
-
developers.cloudflare.com developers.cloudflare.com
-
bash curl --request PUT \ --url https://api.cloudflare.com/client/v4/accounts/account_identifier/workers/scripts/script_name/schedules \ --header 'Content-Type: application/json' \ --header 'X-Auth-Email: ' \ --data '[{'\''cron'\'': '\''*/30 * * * *'\''}]'
-
-
developers.cloudflare.com developers.cloudflare.com
Tags
Annotators
URL
-
-
-
Например: Выгрузка статистики в Google Sheets из Яндекс Метрики, Google Analytics Выгрузка статистики в Google Sheets из рекламных кабинетов Яндекс Директ, ВКонтакте Выгрузка статистики в Google Sheets из маркетплейсов Ozon, Wildberries Выгрузка данных из сервисов с которыми нет коннекторов, но где есть API
Очень полезная штука для автоматизации сбора статистики
-
-
github.com github.com
-
```js import { ThreadsAPI } from 'threads-api';
// or in Deno 🦖: // import { ThreadsAPI } from "npm:threads-api";
const main = async () => { const threadsAPI = new ThreadsAPI();
const username = '_junhoyeo'; const id = await threadsAPI.getUserIDfromUsername(username); console.log(id);
if (!id) { return; }
const user = await threadsAPI.getUserProfile(username, id); console.log(JSON.stringify(user));
const posts = await threadsAPI.getUserProfileThreads(username, id); console.log(JSON.stringify(posts));
const replies await threadsAPI.getUserProfileReplies(username, id); console.log(JSON.stringify(replies)); }; main(); ```
Tags
Annotators
URL
-
-
twitter.com twitter.com
Tags
Annotators
URL
-
-
radiospi.api.bbci.co.uk radiospi.api.bbci.co.uk
-
www.discogs.com www.discogs.com
-
- Jun 2023
-
stackoverflow.com stackoverflow.com
-
As soon as you make a member not-private, you are stuck with it, forever and ever. It's your public interface now.
-
-
opendata.apur.org opendata.apur.org
-
platform.openai.com platform.openai.com
-
Assistant messages store previous assistant responses, but can also be written by a developer to give examples of desired behavior.
Assistant is who answering questions?
-
The user messages provide requests or comments for the assistant to respond to
User is who asking questions?
-
"You are a helpful assistant."
Default system message.
-
The system message helps set the behavior of the assistant.
How to set up a good system message?
-
- 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
- tips
- community
- FOSS
- subscriptions
- gaming
- film
- web standards
- Patreon
- open web
- gftw
- gatehub
- web
- open
- gatsby
- protocol
- pwyw
- premium
- open source
- fans
- model
- gumroad
- open collective
- revenue sharing
- business
- education
- video
- browser
- stream
- sponsors
- ngx
- podcast
- Consortium
- w3c
- jekyll
- wordpress
- web monetization
- micropayment
- tessy
- games
- mozfest
- plug-in
- open-source
- microdonation
- 11ty
- online ledger
- moodle
- exclusive
- contribution
- collective
- privacy
- WWW
- github
- payment pointer
- monetization
- uphold
- gridsome
- API
- freemium
- nonprofit
- dev.to
- mozilla festival
- svelte
- mozilla
- pipe web
- wallet
- art
- revenue
- Interledger
- ko-fi
- pay-what-you-want
- youtube
- tools
- strategies
- hugo
- Interledger Protocol
- micro-donation
- pricing strategies
- payment
- pay what you want
- research
- coil
- vuepress
- pricing
- donation
- gratuity
- extension
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
-
www.programmableweb.com www.programmableweb.com