API Design Source code
- Summary
- Articles (397)
- APIs (33)
- Mashups (0)
- SDKs (44)
- Libraries (3)
- Source Code (6)
- Followers (13)
- Developers (0)
API Design Sample Source Code
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Name | Description | Category | Date |
---|---|---|---|
Stoplight JavaScript Sample Code | The Stoplight JavaScript Sample Code demonstrates how to customize iFrames, animations, and visual effects. | Tools | 05.21.2019 |
Postman JavaScript Sample Code | The Postman JavaScript Sample Code demonstrates how to access collection features to group individual requests together. It includes readout, v2 collection, and OAuth1. | API Design | 03.14.2018 |
Postman Node.js Sample Code | The Postman Node.js Sample Code demonstrates how to load a collection from a file and output the same in console. The collections feature allows to group individual requests together. | API Design | 03.14.2018 |
Stoplight Windows C Sample Code | The Stoplight Windows C Sample Code presents developers how to model APIs. Also available for Linux and Web. | API Design | 12.19.2017 |
Stoplight iOS Sample Code | The Stoplight iOS Sample Code demonstrates how to model APIs. It provides OAS and RAML support, modeling, and mock servers. | API Design | 12.19.2017 |
RESTful services with jQuery, PHP and the Slim Framework | Christophe Coenraets uses the Slim PHP framework to walk users through a step by step guide for building a RESTful API. | API Design | 04.29.2014 |