#apiclient — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #apiclient, aggregated by home.social.
-
Bruno (open-source Postman alternative) released major update to v4.0.0
-
Bruno (open-source Postman alternative) released major update to v4.0.0
-
Bruno (open-source Postman alternative) released in v3.5.3
-
Неофициальный Python-клиент для alphaxiv: как мы нашли скрытый API и упаковали его в пакет
У alphaxiv.org есть API — но найти его было непросто: публичная документация появилась совсем недавно, а до этого единственный способ разобраться в том, как он работает, — DevTools и живой трафик браузера. POST-запрос к api.alphaxiv.org/assistant/v2/chat , SSE-поток в ответе, модель aurelle-1 . На основе этого исследования мы собрали aurelle-py — Python-пакет для программного доступа к AI-ассистенту alphaxiv: задавать вопросы по arXiv-статьям, стримить ответы, встраивать в исследовательские пайплайны. Мы не первые, кто занялся этой темой, — но постарались сделать решение аккуратным и хорошо задокументированным. Что внутри: синхронный и асинхронный клиенты, SSE-парсер с независимым юнит-тестированием, Pydantic v2 для валидации, типизированные исключения ( AuthError , RateLimitError ), MCP-сервер для интеграции с Claude Desktop и Claude Code. pip install aurelle-py В статье — как мы нашли эндпоинт, разобрали формат запроса и ответа, какие ограничения выявили опытным путём и как устроен пакет внутри. GitHub: https://github.com/center4aai/aurelle-py
-
RE: https://mas.to/@alternativeto/116161936364135681
We don't talk about Bruno-no-no-no... enough!
#Bruno #APIClient #APIClients #Postman #RESTAPI #GraphQL #gRPC #WebSockets
-
RE: https://mas.to/@alternativeto/116161936364135681
We don't talk about Bruno-no-no-no... enough!
#Bruno #APIClient #APIClients #Postman #RESTAPI #GraphQL #gRPC #WebSockets
-
Love the Bruno API client, but today hit a limitation, Bruno doesn’t export or accept .har files. Seems to be an open request… from February 2024.
-
Love the Bruno API client, but today hit a limitation, Bruno doesn’t export or accept .har files. Seems to be an open request… from February 2024.
-
Today I met Bruno: https://www.usebruno.com/ #usebruno #bruno #apiClient #sweet
-
Posting — The modern #API client that lives in your #terminal
-
finally, a proper #foss postman alternative
https://yaak.app/
#apiclient #postman #insomnia -
finally, a proper #foss postman alternative
https://yaak.app/
#apiclient #postman #insomnia -
ApyHub Introduces Fusion, the Notion-like API Client
https://apyhub.com/blog/introducing-fusion
"Fusion helps developers save up to 60% of time and resources when building, testing & documenting APIs. Everyone – from frontend and backend developers to QA Technical Writers and product managers – can view and discuss API specs, tests, and documentation in real-time and collaborate - fostering a unified API development process." -- #SamuelKaluvuri
-
ApyHub Introduces Fusion, the Notion-like API Client
https://apyhub.com/blog/introducing-fusion
"Fusion helps developers save up to 60% of time and resources when building, testing & documenting APIs. Everyone – from frontend and backend developers to QA Technical Writers and product managers – can view and discuss API specs, tests, and documentation in real-time and collaborate - fostering a unified API development process." -- #SamuelKaluvuri
-
2 Years ago when I first had to implement #OAuth into a #java-based #APIClient, I knew little about OAuth. So I searched for and found a library. It is named #ScribeJava.
And I learned that the #APIServer with which I communicated had implemented OAuth wrong, causing me to override half of what ScribeJava could do out of the box. Grrr.
The other week I implemented the simple client-necessary request for an #OAuth2 #BearerToken, specific to a different APIServer. Half an hour: it works!