|
60 | 60 | - [Siren](https://github.com/kevinswiber/siren) - Structured Interface for Representing Entities, super-rad hypermedia, defines links and actions. |
61 | 61 | - [Collection+JSON](https://github.com/collection-json/spec) - JSON-based read/write hypermedia-type designed, defines links and actions. |
62 | 62 | - [Odata](https://www.odata.org/documentation/) - A protocol for querying and updating data using RESTful APIs, with rich query capabilities. |
63 | | -- [Zalando RESTful Guidelines](https://opensource.zalando.com/restful-api-guidelines/) - A model set of guidelines for RESTful APIs and Events, created by Zalando. |
64 | 63 | - [JSEND](https://github.com/omniti-labs/jsend) - Specification for a simple, no-frills, JSON based format for application-level communication. |
| 64 | +- [Google API Design Guide](https://cloud.google.com/apis/design) - A general design guide for networked APIs provided by Google. |
| 65 | +- [Microsoft REST API Guidelines](https://github.com/Microsoft/api-guidelines) - Repository contains a collection of documents and related materials. |
| 66 | +- [Zalando RESTful Guidelines](https://opensource.zalando.com/restful-api-guidelines/) - A model set of guidelines for RESTful APIs and Events, created by Zalando. |
| 67 | +- [API Stylebook](https://apistylebook.com/) - Collections of resources for API Design from other companies guidelines. |
| 68 | +- [API Security Checklist](https://github.com/shieldfy/API-Security-Checklist) - Checklist of the most important security countermeasures. |
65 | 69 |
|
66 | 70 | ## Programming Languages |
67 | 71 |
|
|
85 | 89 | - [C Standards](https://www.open-std.org/jtc1/sc22/wg14/www/projects) - ISO/IEC standards for the C programming language. |
86 | 90 | - [C++ Standards](https://www.open-std.org/jtc1/sc22/wg21/) - ISO/IEC standards for C++. |
87 | 91 | - [CEPs](https://github.com/coq/ceps) - Coq Enhancement Proposals. |
| 92 | +- [OCaml RFCs](https://github.com/ocaml/RFCs) - Design discussions about the OCaml language. |
88 | 93 | - [SRFI](https://srfi.schemers.org/) - Scheme Requests for Implementation. |
89 | 94 | - [Scheme Standards](https://standards.scheme.org/) - Revised Report on Scheme and other standards. |
90 | 95 | - [CDR](https://cdr.common-lisp.dev/) - Common Lisp Document Repository. |
91 | 96 | - [PPCs](https://github.com/Perl/PPCs) - Proposed Perl Changes is proposals to change the Perl language. |
92 | 97 | - [DIPs](https://github.com/dlang/DIPs) - D language Improvement Proposals. |
| 98 | +- [GEPs](https://groovy.apache.org/wiki/geps.html) - Groovy Enhancement Proposals and Issues tracked in Jira. |
93 | 99 |
|
94 | 100 | ## Tools |
95 | 101 |
|
|
0 commit comments