
Logseq
Obsidian.md
Notion
Joplin
Roam Research
Evernote
Anytype.io
Zettlr
ReqRes
JSON Placeholder
JSON Server
mocki Fake JSON API
httpbin(1)
Nacapi
MockRest
Format JSON Online
LogseqNo ReqRes videos yet. You could help us improve this page by suggesting one.
Based on our record, Logseq seems to be a lot more popular than ReqRes. While we know about 300 links to Logseq, we've tracked only 21 mentions of ReqRes. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Using Logseq[1][2] for years and quite happy with it, especially since it has apps for tablets/iPad and phones as well, while being completely FOSS. [1] https://logseq.com/ [2] https://github.com/logseq/logseq. - Source: Hacker News / about 1 month ago
Choose a local Markdown tool like Obsidian, Logseq, Foam, or Tolaria to store all your knowledge as plain .md files you own and control. - Source: dev.to / 4 months ago
I should call out another thing that convinced me was a user of forgetful (twsta) posted in the discord a skill for managing wok and todos from how they used to use Logseq. - Source: dev.to / 5 months ago
The Zettelkasten method is a knowledge management system that helps organise ideas effectively. I believe this system would work well for myself, so I have been looking at applications such a Logseq and Zettlr as a result. I am currently using a Wiki-style solution in Zim, however. - Source: dev.to / 8 months ago
I am a fan of Logseq [0] as well, although it’s slightly different in that it is mostly for bulleted notes and not long-form prose. [0]: https://logseq.com/. - Source: Hacker News / 11 months ago
Https://reqres.in/ - roughly that much in ads revenue. Would love to add a paid plan for more features, but....time. - Source: Hacker News / over 1 year ago
Reqres.in - A Free hosted REST-API ready to respond to your AJAX requests. - Source: dev.to / over 2 years ago
As stated earlier we are using the REQ | RES API in the example, you can check it out to see all the methods it provides. Now, go to the core/internet_services/ create a dart file and name it paths.dart, this will contain the baseurl and endpoint. - Source: dev.to / over 3 years ago
Const { spec } = require('pactum'); It('should get a response with status code 200', async () => { await spec() .get('https://reqres.in/api/users/2') .expectStatus(200); });. - Source: dev.to / over 3 years ago
// Interface Prototype Class Request { constructor(url) { this.url = url; } clone() {} makeRequest() {} } // Concrete Prototype Class GetRequest extends Request { constructor(url) { super(url); } clone() { return new GetRequest(this.url); } makeRequest() { return fetch(this.url).then((response) => response.json()) } } Class PostRequest... - Source: dev.to / over 3 years ago
Obsidian.md - A second brain, for you, forever. Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files.
JSON Placeholder - JSON Placeholder is a modern platform that provides you online REST API, which you can instantly use whenever you need any fake data.
Notion - All-in-one workspace. One tool for your whole team. Write, plan, and get organized.
JSON Server - Get a full fake REST API with zero coding in less than 30 seconds. For front-end developers who need a quick back-end for prototyping and mocking
Joplin - Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, tagged and modified either from the applications directly or from your own text editor.
mocki Fake JSON API - mocki Fake JSON API is an advanced platform that offers you to create API for personal use or testing purposes.