Skip to content

Commit 9237c76

Browse files
removed todos
1 parent 1a838fa commit 9237c76

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/serializers/api-blueprint/1A/Serializer.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
/**
22
* An Api Blueprint 1A serializer.
33
* This implementation has the following limitations:
4-
* - TODO: write the limitations of this serializer (wrt to the api-blueprint spec)
4+
* - it does not link between data Structures and attributes, as attributes need to be in MSON
5+
* format
6+
* - attributes are not supported.
7+
* - authentication methods are not included because they require an example header, which is a mess
8+
* to implement and interpret
9+
* - no grouping
510
*
611
* NOTE: we allow use of undefined in this file as it works nicely with JSON.stringify, which drops
712
* keys with a value of undefined.
@@ -777,7 +782,6 @@ methods.createOperationRequestHeaderSection = (api, constraints, container, meth
777782
.valueSeq()
778783
.toJS()
779784
.join('\n')
780-
// TODO add authentication header
781785

782786
return {
783787
type: 'list',

0 commit comments

Comments
 (0)