REST API
A representational state transfer (REST) API is a way to provide compatibility between computer systems on the Internet. The concept was first outlined in a dissertation by Roy Fielding in 2000.
Here are 4,068 public repositories matching this topic...
Hi! Let's assume I have the following data:
obj = {
_id: 'someId',
items: [
{ value: 'a', count: 5 },
{ value: 'b', count: 1 },
]
}
Please, I want to know how can I use obj.increment() to increment the count field of the first element in items?
I have tried obj.increment('items.0.count') but it doesn't work. I got the following error: Cannot read property '0'
I'm having a frustrating experience with the documentation browser. I'm working in a large project with a large number of GraphQL queries. The documentation browser shows the queries but there are so many and they don't appear to be ordered in a meaningful way (although I understand it's probably the way the introspection query returns the data).
Adding support for search, ctrl-f or at least li
-
Updated
Oct 19, 2020 - JavaScript
Swagger Editor
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
Swagger module for node.js
-
Updated
Aug 31, 2020 - JavaScript
Practical Node.js, 1st and 2nd Editions [Apress]
-
Updated
Sep 11, 2020 - JavaScript
Javascript library to connect to swagger-enabled APIs via browser or nodejs
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
-
Updated
Oct 19, 2020 - JavaScript
Frisby is a REST API testing framework built on Jest that makes testing API endpoints easy, fast, and fun.
-
Updated
Oct 1, 2020 - JavaScript
REST API generator with Node.js, Express and Mongoose
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
•
-
Updated
Oct 9, 2020 - JavaScript
See: https://gist.github.com/ericelliott/f3c2a53a1d4100539f71
Advantages
See: https://medium.com/javascript-scene/you-might-not-need-typescript-or-static-types-aa7cb670a77b
- autocomplete and type inference with most IDEs
- doesn't require passing Log objects for every call (although it's encouraged)
- other non-required parameters (such as
query) can be omitted - much easier to a
Swagger 2.0 and OpenAPI 3.0 parser/validator
-
Updated
Sep 7, 2020 - JavaScript
A boilerplate for REST API Development with Node.js, Express, and MongoDB
-
Updated
Oct 6, 2020 - JavaScript
Swagger 2.0 middlware and mocks for Express.js
-
Updated
Aug 1, 2020 - JavaScript
The Rick and Morty API
-
Updated
Sep 5, 2020 - JavaScript
A framework for building integrations and APIs
-
Updated
Jul 16, 2020 - JavaScript
A Monorepo of various packages to power OpenAPI in node
-
Updated
Oct 12, 2020 - JavaScript
Yeoman generator for scaffolding Sails REST API with predefined features
-
Updated
Oct 16, 2020 - JavaScript
Socket support
Hi,
Excellent boilerplate! How about adding support for sockets in this to make a more complete boilerplate?
Also instructions on deployment using Docker/native would be very helpful.
Thanks.
A beautiful and fully-featured administration interface builder for hypermedia APIs
-
Updated
Sep 21, 2020 - JavaScript


Hi there! I see that an issue #2884 deeplinking was integrated to 3.x however if I have a hyperlink with a hash to the operationID nothing happens on click. If I reload the page the UI scrolls to the open panel as expected. Is there something I am missing here? My url looks as follows and I am using the 3.0 dist repo installed via npm.
Again when clicked the URL address is updated but nothing h