Description of how his AI team of agents found an undocumented web facing API that disclosed information that it shouldn't have.
- Last 7 days
-
substack-api.readthedocs.io substack-api.readthedocs.io
-
substack API. At first glance does require a substack account and key.
Tags
Annotators
URL
-
-
theslowai.substack.com theslowai.substack.com
-
Substack has a public, read-only API that anyone can use without logging in.
what does it open up? content?
-
-
discuss.ai.google.dev discuss.ai.google.dev
-
We are moving to disable the usage of unrestricted API keys in the Gemini API, should have more updates there soon.
Google计划禁用无限制API密钥的决定反映了AI服务安全策略的重大转变,这可能成为行业标准,但也给开发者带来兼容性挑战,需要重新评估现有的API密钥管理策略。
-
Google spent over a decade telling developers that Google API keys (like those used in Maps, Firebase, etc.) are not secrets. But that's no longer true.
这一声明揭示了Google API安全政策的根本性转变,从长期将API密钥视为非机密信息到现在要求保密,这种转变对开发者安全实践有重大影响,反映了AI服务成本和安全风险的新现实。
-
-
code.claude.com code.claude.com
-
Routines are in research preview. Behavior, limits, and the API surface may change.
这是一个令人惊讶的声明,表明Claude Code的Routines功能仍处于研究阶段,意味着用户在使用时可能会遇到不稳定性和API变化。这暗示了Anthropic正在快速迭代这个功能,但也提醒用户不要在生产环境中过度依赖它。
Tags
Annotators
URL
-
-
www.xiaohu.ai www.xiaohu.ai
-
一个独立的本地 HTTP 服务器,模拟 𝕏 API v2 的行为,带交互式 Web UI。可以在不消耗真实 API 额度的情况下测试代码逻辑。
令人惊讶的是:𝕏提供了本地API模拟器'Playground',允许开发者在不消耗实际API额度的情况下测试代码,这种做法在大型API提供商中并不常见。它不仅降低了开发成本,还提高了开发效率,显示出𝕏对开发者体验的重视程度超出了行业平均水平。
-
基于 FastMCP 的本地 MCP 服务器,把 𝕏 API 的 OpenAPI 规范自动转化为 MCP 工具。
令人惊讶的是:𝕏官方直接支持MCP协议,将OpenAPI规范自动转化为MCP工具,这大大简化了AI Agent与𝕏平台的集成难度。这种标准化做法可能成为AI工具集成的未来趋势,使不同AI系统能更无缝地协同工作。
-
购买 𝕏 API 信用额度时,按累计消费金额获得 xAI API(Grok)的免费额度
令人惊讶的是:𝕏 API现在提供了一种独特的信用额度返还机制,开发者使用𝕏 API可以换取Grok的免费额度,这种跨产品激励策略在科技行业相当罕见,显示出xAI试图通过生态系统整合来增强其产品吸引力。
-
2023 年改版后,开发者 API 从免费变成了每月 200 到 5000 美元的固定月费,把大量独立开发者和小团队挡在了门外。
令人惊讶的是:𝕏的API在2023年从免费转为高额月费,这一转变直接将大量独立开发者和小型团队排除在外,显示出科技巨头在开放性与商业利益之间的艰难平衡。这种策略转变可能阻碍了创新生态的多样性发展。
-
-
mistral.ai mistral.ai
-
All built-in connectors, as well as custom MCPs, are now available via API/SDK to be used with all model and agent calls.
令人惊讶的是:Mistral AI不仅提供了内置连接器,还允许用户创建自定义MCP(模型控制协议)连接器,并通过API/SDK与所有模型和代理调用一起使用。这种开放性意味着开发者可以轻松地将企业数据与AI应用集成,而不需要从头开始构建复杂的集成层。
Tags
Annotators
URL
-
-
arxiv.org arxiv.org
-
This problem is compounded for proprietary reasoning APIs that expose neither logits nor intermediate token probabilities, leaving practitioners with no reliable uncertainty signal at inference time.
令人惊讶的是:当前许多专有的推理API既不提供logits也不提供中间token概率,这使得实践者在推理时无法获得可靠的不确定性信号。这一被忽视的挑战限制了大型语言模型在实际应用中的可靠性评估,而SELFDOUBT正是为了解决这一特定问题而设计的。
-
- Apr 2026
-
deepmind.google deepmind.google
-
E2B and E4B · Try in Google AI Edge Gallery
Google AI Edge Gallery 已在 Play Store 上架,用户一键即可在手机上本地运行 E2B 或 E4B——无需 API Key、无需网络、无需账号。这是史上第一次,一个多模态 AI 模型(支持图像+语音+文本)可以像 App 一样被普通用户直接下载使用。AI 能力的分发模式,正在从「订阅制 API」向「App Store 模式」迁移。
-
-
epoch.ai epoch.ai
-
MiniMax may have been able to get 100 billion tokens of data from interactions with Claude.
100 亿 token 的 Claude 交互数据——这个估算令人瞠目。这意味着 MiniMax 的用户在不知情的情况下,可能成了为 Claude 蒸馏数据的「采集器」。从 Anthropic 的角度看,这是商业数据被盗用;从竞争视角看,这说明 API 开放策略本身就是一把双刃剑——越开放,越容易被「逆向汲取」。
-
-
mistral.ai mistral.ai
-
You don't need a separate agent API. You need to look at every `input()` call, every CWD assumption, every pretty-printed-only output, and ask: what if the user on the other end is a process, not a person?
大多数人认为需要为AI代理创建专门的API或接口,但作者提出反直觉的观点:不需要单独的代理API,而应该重新设计现有的CLI工具,使其同时支持人类和代理。这种统一的方法更加高效,避免了维护两套接口的复杂性。
Tags
Annotators
URL
-
-
www.xiaohu.ai www.xiaohu.ai
-
实际效果就是你的 Claude Code、Cursor 或任何支持 MCP 的 AI Agent,可以直接'看到' 𝕏 上的实时数据并执行操作,不需要自己写 API 封装。
大多数人认为API集成总是需要开发者编写自定义封装代码,但作者强调xAI通过MCP协议实现了无缝集成,这暗示未来API设计可能转向更标准化的直接访问模式,挑战了当前API集成的复杂性常态。
-
这次更新解决的核心问题是:𝕏 的 API 之前太贵了,也太难用了。
大多数人认为大公司API定价策略主要是为了盈利,但作者暗示xAI的定价策略可能无意中阻碍了开发者生态发展,这挑战了科技公司通常通过高门槛API来筛选用户的常规做法。
-
-
apiportal.ns.nl apiportal.ns.nlSign in1
-
https://apiportal.ns.nl/signin NS API portal, also where you can create account
-
- Mar 2026
-
www.noemamag.com www.noemamag.com
-
Humans as API, bc [[Alles is een API 20260309095254]]
(via [[Stephen Downes p]]
-
- Feb 2026
-
github.com github.com
-
Since the value in adding it only to the options bag is quite small (for it would require an app developer to develop a UI for the user to control their oxford comma preference and then pass it to the constructor of ListFormat all around their app), I believe that this feature should be primarily handled by the language tag in CLDR first, and we can then consider adding support for it into ECMA402.
It is always valuable to give the option to developers to use it how they want. The developer may want to use it without necessarily making it a user-controllable UI preference!!
-
-
www.linkedin.com www.linkedin.com
-
Example of person working with Obsidian and Claude Code. Note that it does not use the Obsidian CLI access, but its API.
Same author some months back mentioned running Claude Code on a small Hetzner VPS (but just Claude Code, no models) so he could access it from anywhere (except offline obviously).
-
-
-
[[Martijn Aslander p]] is enthousiast over APIs aanspreken en verbinden met lokale workflows. Terecht. Ik realiseer me dat ik wel APIs gebruik om dingen te versturen (zoals schrijven in mijn feedreader), maar nog weinig om data naar me toe te halen binnen persoonlijke tools. APIs aanspreken voor banktransacties bijv, is een goede suggestie. Idem voor plaatsnamen of andere dingen in notities. Zowel in personal tools als in een template voor bijv Obsidian plugin.
-
- Jan 2026
-
ecosyste.ms ecosyste.ms
-
ecosyste.ms (what's with the colonial tld of Montserrat) provides data through an api about open source packagees, repositories, dependencies and maintainers. This allows an assessment of the ecosystem in general and that of your own open source project's neighbourhood. Maintained by Andrew Nesbitt [[About]]
Tags
Annotators
URL
-
-
nesbitt.io nesbitt.io
-
S3 API became a de facto standard
Vgl [[S3 API How Amazon’s Storage Protocol Became the Industry Standard]]
-
-
-
On the s3 API, simple storage service. A proprietary protocol by Amazon, that is now mostly the standard for cloud storage services, used by other vendors
-
-
www.eleanorkonik.com www.eleanorkonik.com
-
Suddenly, I can actually make use of the APIs I’ve always known existed.
yes, recognisable, there are a whole bunch of APIs on things I woud like to use that I'm not bc figuring out their workings in Postman takes too much effort
Tags
Annotators
URL
-
- Dec 2025
-
akaunting.com akaunting.com
-
To install or access apps on Akaunting, you need your API key. Here’s how to get the API key.
The API key is needed to get different apps (chunks of functionality), so that's the answer.
-
-
akaunting.com akaunting.com
-
Getting the API Key Estimated reading: 1 minute The API Key holds details of your Akaunting plan.
Ah, this is how they enforce limits. You must have an account to get an API key. Even if you don't interact with them?
-
-
www.zotero.org www.zotero.org
-
https://github.com/tnajdek/zotero-api-client (JavaScript) https://github.com/urschrei/pyzotero (Python) https://github.com/fcheslack/libZotero (PHP and Python)
Thre are existing code libraries for Javascript and PHP (and Python) into Zotero
-
Zotero api
Tags
Annotators
URL
-
-
manual.calibre-ebook.com manual.calibre-ebook.com
-
Calibre API documentation.
Tags
Annotators
URL
-
- Sep 2025
-
openlibrary.org openlibrary.org
-
Documentation of Internet Archive API for retrieval of book information. -[ ] #webbeheer probeer de IA book API uit in Postman #30mins ivm script boeken ophalen voor notes.
Tags
Annotators
URL
-
- Jun 2025
-
pinia.vuejs.org pinia.vuejs.orgPinia 🍍1
- May 2025
-
mutabit.com mutabit.com
-
ormato ampliamente utilizado en el intercambio de datos en la web
Dicho formato (JSON) también es comúnmente utilizado para el desarrollo de interfaces de programación de aplicaciones (API REST), por ejemplo, en las Bibliotecas universitarias se utiliza usualmente para el vaciado de datos entre los sistemas de información académicos con los ILS para descargar/actualizar los datos de los estudiantes matriculados en una Universidad sin necesidad de hacer cargas por archivo txt, xls, etc.

-
- Feb 2025
-
forum.obsidian.md forum.obsidian.md
-
n experiment So today, as a somewhat limited experiment, I played around with my Hypothes.is atom feed 49 (https://hypothes.is/stream.atom?user=chrisaldrich 39, because you know you want to subscribe to this 33) and piped it into IFTTT 22. Each post creates a new document in a OneDrive file which I can convert to a markdown .md file that can be picked up by my Obsidian client. While I can’t easily get the tags the way I’d like (because they’re not included in the feed) and the formatting is incredibly close, but not quite there, the result is actually quite nice. Since I can “drop” all my new notes into a particular folder, I can easily process them all at a later date/time if necessary. In fact, I find that the fact that I might want to revisit all my notes to do quick tweaks or adding links or additional thoughts provides the added benefit of a first round of spaced repetition for the notes I took. Some notes may end up being deleted or reshuffled, but one thing is clear: I’ve never been able to so simply highlight, annotate, and take notes on documents online and get them into my notebook so quickly. And when I want to do something with them, there they are, already sitting in my notebook for manipulation, cross-linking, spaced repetition, and review. So if the developers of any of these platforms are paying attention, I (and I’m sure others) really can’t wait for plugin integrations using the full power of the Hypothes.is API that allow us to all leverage Hypothes.is’ user interface to make our workflows seamlessly simple.
-
- Nov 2024
-
web.hypothes.is web.hypothes.is
-
This is a test annotation.
-
-
www.nature.com www.nature.com
-
Providing data services e.g. portal and machine interfaces, data download or server-side processing.
TRSP Desirable Characteristics
-
-
-
TRSP Desirable Characteristics
Application Programming Interfaces (APIs), service endpoints, and other protocol interfaces that enable machine access to a repository.
Tags
Annotators
URL
-
- Sep 2024
-
github.com github.com
-
Reddit also stopped providing public data archives, and now they sell their archives at a price that only OpenAI will pay.
Reddit was another key data source for wordfreq but they too no longer provide public archives, and sell it at high prices (to the likes of the #algogens)
-
-
github.com github.com
-
mount IndexController do # all methods will be mounted automatically, it's just an example of refinement get '/hello', :hello_world end
-
-
en.wikipedia.org en.wikipedia.org
-
A programming model is an execution model coupled to an API or a particular pattern of code.
-
- Jul 2024
-
-
Today, data is abundant, but for the most part, unusable. Seventy percent of a data scientist’s job is just cleansing data. The modern software architecture encourages data to be hoarded only accessible through proprietary APIs. And, even with proprietary APIs the market for data integrations is expected to grow to a trillion dollars by the end of the decade. When humanity is spending the GDP of Indonesia just so that the data in System X can work with the data in System Y, the field of software engineering has failed us. So much data - data that could be used by new startups and nonprofits that couldn’t exist today - goes unused because it’s so difficult to access.
-
- Jun 2024
-
canvas.instructure.com canvas.instructure.com
-
Canvas.assignment.dueAt.iso8601
-
-
useanything.com useanything.com
Tags
Annotators
URL
-
- May 2024
-
www.theguardian.com www.theguardian.com
-
The Guardian: Donald Trump hat Big-Oil Managern angeboten, klimapolitische Maßnahmen der Biden-Administration rückgängig zu machen, wenn sie seinen Wahlkampf mit einer Milliarde Dollar unterstützen. Einer Studie des Guardian zufolge können die Ölkonzerne von Trump vor allem 110 Milliaren Dollar Subventionen (u.a. Steuererleichterungen für neue fossile Projekte) erwarten, die die Biden-Regierung abschaffen will. Hintergrundartikel zu Lobbyisten im US-Ölgeschäft und aktuellen Konflikten<br /> https://www.theguardian.com/us-news/article/2024/may/16/donald-trump-big-oil-executives-alleged-deal-explainedlog
Tags
- logseq: true
- Occidental Petroleum
- Cheniere
- Lukas Ross
- Climate Power
- Korruption
- by: Oliver Milman
- by: Dharna Noor
- fossil expansion
- Kert Davies
- Fossil lobbying
- Chesapeake Energy
- Venture Global
- United Refining Company
- Exxon
- Oil and Gas Climate Initiative
- JD Vance
- Chevron
- ConocoPhillips
- Donald Trump
- American Petroleum Institute (API)
- USA
- Joe Craft
- Friends of the Earth
Annotators
URL
-
-
www.nytimes.com www.nytimes.com
-
Verantwortliche der großen US-Fossilunternehmen haben vertraulich die öffentlichen Statements der Firmen zur Dekarbonisierung relativiert und in ihrer Öffentlichkeitsarbeit gegen die von ihnen selbst offiziell vertretene Politik agiert. Das geht aus Dokumenten hervor, deren Herausgabe der Ausschuss des Repräsentantenhauses für Oversight und Reform erzwungen hatte. https://www.nytimes.com/2022/09/14/climate/oil-industry-documents-disinformation.html
-
-
www.theguardian.com www.theguardian.com
-
Verantwortliche der großen amerikanischen Ölfirmen haben auch nach 2015 privat zugegeben, dass sie die Gefahren fossiler Brennstoffe heruntergespielt haben. Sie haben internationale Pläne gegen die globale Erhitzung nach außen hin unterstützt und nach innen kommuniziert, dass ihre Firmenpolitik diesen Plänen widerspricht. Und sie haben gegen politische Maßnahmen lobbyiert, hinter die sie sich offiziell gestellt haben. Das alles ergibt sich aus dem neuen Bericht des amerikanischen Kongresses über die Desinformations-Politik von Big Oil. Ausführlicher Bericht mit Informationen über mögliche juristische Konsequenzen. https://www.theguardian.com/us-news/2024/apr/30/big-oil-climate-crisis-us-senate-report
-
- Apr 2024
-
semver.org semver.org
-
Adiciones o sustracciones compatibles con versiones anteriores incrementan la versión menor, y cambios en el API incompatibles con versiones anteriores incrementan la versión mayor
Por ultimo en este parrafo, se puede entender que se pueden agregar o eliminar cambios, pero que no afecten a el software y la compatibilidad de sus versiones y actualizaciones, ya que de esta manera se podra ejecutar y actualizar versiones sin novedad alguna y sin la preocupacion de que el software deje de funcionar.
- Cuando se presenta un cambio en la API, puede que se presente incompatibilidad de versiones y el software anterior ya no tenga conexion o responda a este cambio realizado, ya sea por modificacion local, cambio de nombres o ubicacion renombrada
-
versión parche
Esto Indica a una Versión de Correciones.
Se conoce como Patch y son correcciones que solucionan problemas sin cambiar la funcionalidad de un software, esta funcionalidad es pensada en que no se afecte para que los usuarios no tengan problemas mayores en la interaccipon con la API.
-
- Feb 2024
-
docdrop.org docdrop.org
-
troisième cas ah il y a pas d'intégration de pire et ben là il faut regarder si l'outil a une API l'API c'est le tuyau qui va vous 01:13:58 permettre de venir vous connecter à l'outil par contre c'est un peu plus technique ça avec du code je vous raconte pas je vous dis à l'époque que je sais ce fondateur de simplon.co les API on voyait ça au bout du cinquième mois de formation au code c'est complexe 01:14:10 mais en de nos codes avec zapper ou avec Make on a déjà vu des gens qui avaient trois jours dans les pattes et qui ont commencé à interconnecter les API voire moins donc vous pouvez vous connecter à un service s'il a une API via zapia ou 01:14:24 via mage qui a un outil qui a une fonctionnalité de connexion aux API et s'il y a pas d'API et ben vous avez qu'à demander à l'outil qui fasse une API parce que ça veut dire qu'il est pas connectable
Tags
Annotators
URL
-
- Jan 2024
-
next-guide.wisc.edu next-guide.wisc.edu
-
CNSR SCI S275
CNSR SCI ~~S~~275 Remove the "S" before the course number.
Tags
Annotators
URL
-
-
www.theguardian.com www.theguardian.com
-
Die amerikanische fossilindustrie finanziert mit einem achtstelligen Millionenbetrag eine Kampagne deren Ziel eine weitere Ausweitung der Produktion ist, wobei man auch die Gaza-Krise ausnutzt. Dabei werden vor allem Desinformationsstrategien der sogenannten climate delayers verwendet.
https://www.theguardian.com/us-news/2024/jan/10/oil-ads-lights-on-energy
-
-
developers.google.com developers.google.com
Tags
Annotators
URL
-
-
www.postman.com www.postman.com
-
We want to evolve the API without unnecessary versioning. To be able to do that, the consumer should
-
- Dec 2023
-
3.218.226.215:3000 3.218.226.215:3000
-
-
-
Kaynağın verdiği bilgi ve önerisi: Sağladığı yemeklerin PSAKD binasından yüklenebileceğini, yakın yerlerde olursa taşımayı kendisinin yapabileceğini söylüyor. Fotoğrafını görebilirsiniz
-
Kaynağın verdiği bilgi ve önerisi: Sağladığı yemeklerin PSAKD binasından yüklenebileceğini, yakın yerlerde olursa taşımayı kendisinin yapabileceğini söylüyor. Fotoğrafını görebilirsiniz
-
Kaynağın verdiği bilgi ve önerisi: Sağladığı yemeklerin PSAKD binasından yüklenebileceğini, yakın yerlerde olursa taşımayı kendisinin yapabileceğini söylüyor. Fotoğrafını görebilirsiniz
-
-
Kaynağın verdiği bilgi ve önerisi: Sağladığı yemeklerin PSAKD binasından yüklenebileceğini, yakın yerlerde olursa taşımayı kendisinin yapabileceğini söylüyor. Fotoğrafını görebilirsiniz
-
-
-
-
-
-
-
-
-
-
-
-
Comment textimizdir.<br> Ve bu da Hanzala arkadaşın bir resmidir.
-
-
indieweb.org indieweb.org
-
Comment textimizdir.<br> Ve bu da Hanzala arkadaşın bir resmidir.
-
Comment textimizdir.<br> Ve bu da Hanzala arkadaşınbir resmidir.
-
Comment textimizdir. Ve bu da Hanzala arkadaşınbir resmidir.
-
Comment textimizdir
-
Comment textimizdir
-
Comment textimizdir
-
-
-
-
3.218.226.215:3000 3.218.226.215:3000
Tags
Annotators
URL
-
-
3.218.226.215:3000 3.218.226.215:3000
Tags
Annotators
URL
-
-
patronlarinensesindeyiz.org patronlarinensesindeyiz.org
-
ölümünden sonra bilirkişilerin
-
-
-
Compared with simple clients, modern clients are generally much easier to use and more Ruby-like
-
Modern clients are produced by a modern code generator, combined with hand-crafted functionality for some services.
-
- Nov 2023
-
-
In API design, exceptional use cases may justify exceptional support. You design for the common case, and let the edge case be edge. In this case, I believe lib deserves ad-hoc API that allows users to do exactly that in one shot:
-
-
apitracker.io apitracker.io
-
- Oct 2023
-
chrome.google.com chrome.google.com
-
developer.data.world developer.data.world
Tags
Annotators
URL
-
-
info.arxiv.org info.arxiv.org
-
arXiv API DataCite API using provider-id = arxiv
API
Tags
Annotators
URL
-
-
stackoverflow.com stackoverflow.com
- Sep 2023
-
github.com github.com
-
Undocumented Hypothes.is Badge API (used by Chrome extension):
```python """ Return the number of public annotations on a given page.
This is for the number that's displayed on the Chrome extension's badge.
Certain pages are blocklisted so that the badge never shows a number on those pages. The Chrome extension is oblivious to this, we just tell it that there are 0 annotations. """ ```
https://hypothes.is/api/badge?uri=*same ashttps://hypothes.is/api/search?limit=0&uri=*.
-
-
www.digitalocean.com www.digitalocean.com
-
Well-thought-out, idiomatic APIs
-
-
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管理系统?
-