Explore >> Select a destination


You are here

dev.ribic.ba
| | mherman.org
3.5 parsecs away

Travel
| | Let's look at how to describe a RESTful API using Swagger and NodeJS.
| | code.dblock.org
7.3 parsecs away

Travel
| | I've been working on the new OpenSearch OpenAPI Specification that aims to properly document OpenSearch RESTful APIs. The spec is to be used to auto-generate OpenSearch clients in Python, Java, .NET, etc. One of the neat features of the API specification repo is a set of declarative YAML integration tests that ensure that the spec has the correct request parameters, and that it matches the actual responses from the server. This is particularly useful when documenting a large existing API such as OpenSearch with its 1021 known APIs.
| | martinheinz.dev
1.8 parsecs away

Travel
| | In the previous post - Building RESTful APIs in Golang - we created RESTful API in Golang. Now, that...
| | compositecode.blog
47.7 parsecs away

Travel
| The post outlines the step-by-step process of setting up a React application using Next.js and PostgreSQL on Vercel, including database configuration, authentication with Prisma, and troubleshooting dependency errors. It highlights the importance of environment variables and concludes by stressing the need for correct configuration to ensure proper app functionality and user access.