Skip to content

Commit 631153f

Browse files
committed
add specs for api and langs
1 parent c108ea9 commit 631153f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,12 @@
6060
- [Siren](https://github.com/kevinswiber/siren) - Structured Interface for Representing Entities, super-rad hypermedia, defines links and actions.
6161
- [Collection+JSON](https://github.com/collection-json/spec) - JSON-based read/write hypermedia-type designed, defines links and actions.
6262
- [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.
6463
- [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.
6569

6670
## Programming Languages
6771

@@ -85,11 +89,13 @@
8589
- [C Standards](https://www.open-std.org/jtc1/sc22/wg14/www/projects) - ISO/IEC standards for the C programming language.
8690
- [C++ Standards](https://www.open-std.org/jtc1/sc22/wg21/) - ISO/IEC standards for C++.
8791
- [CEPs](https://github.com/coq/ceps) - Coq Enhancement Proposals.
92+
- [OCaml RFCs](https://github.com/ocaml/RFCs) - Design discussions about the OCaml language.
8893
- [SRFI](https://srfi.schemers.org/) - Scheme Requests for Implementation.
8994
- [Scheme Standards](https://standards.scheme.org/) - Revised Report on Scheme and other standards.
9095
- [CDR](https://cdr.common-lisp.dev/) - Common Lisp Document Repository.
9196
- [PPCs](https://github.com/Perl/PPCs) - Proposed Perl Changes is proposals to change the Perl language.
9297
- [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.
9399

94100
## Tools
95101

0 commit comments

Comments
 (0)