Skip to main content

Search

Items tagged with: REST


Come join us tomorrow (Thursday) at 7pm EDT for Michigan Python! Brendan Carnill will be giving a talk about Automating eBay with Python, including accessing eBay's REST API, handling and processing data, and automating reports. All are welcome, no matter your experience level. #Python #REST #Automation meetup.com/michigan-python/eve…


This looks interesting

Hurl is a command line tool that runs HTTP requests defined in a simple plain text format.

It can chain requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions.

Hurl makes it easy to work with HTML content, #REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs.

(Built with #rustlang powered by #curl)

hurl.dev/


Under the hood:
✅ I replaced #PostgreSQL database storage by more suitable #ElasticSearch. It searches data faster and I have better control over results order
✅ I replaced #REST api by #GraphQL api for frontend - backend communication. This simplyfies a lot both the #React frontend and the #NextJs server implementations.