@@ -10,49 +10,49 @@ APIs. Great for Ember.js!
10
10
11
11
## Features
12
12
13
- #### Packages
13
+ #### Packages
14
14
15
- ##### jsh - JSON Spec Handler - For Building Your OWN JSON Spec API
15
+ ##### jsh - JSON Spec Handler - For Building Your OWN JSON Spec API
16
16
17
- Implemented:
17
+ Implemented:
18
18
19
- - Handles both single object and array based JSON requests and responses
20
- - Input validation with HTTP 422 Status support via [go-validator](https://github.com/go-validator/validator)
21
- - Client request validation with HTTP 406 Status responses
22
- - Links, Relationship, Meta fields
23
- - Prepackaged error responses, easy to use Internal Service Error builder
24
- - Smart responses with correct HTTP Statuses based on Request Method and HTTP Headers
19
+ - Handles both single object and array based JSON requests and responses
20
+ - Input validation with HTTP 422 Status support via [go-validator](https://github.com/go-validator/validator)
21
+ - Client request validation with HTTP 406 Status responses
22
+ - Links, Relationship, Meta fields
23
+ - Prepackaged error responses, easy to use Internal Service Error builder
24
+ - Smart responses with correct HTTP Statuses based on Request Method and HTTP Headers
25
25
26
- TODO:
26
+ TODO:
27
27
28
- - Reserved character checking
28
+ - Reserved character checking
29
29
30
- Not Implenting:
30
+ Not Implenting:
31
31
32
- * These features aren't handled because they are beyond the scope of what
33
- this library is meant to be. In the future, I might build a framework
34
- utilizing this library to handle these complex features which require
35
- Router and ORM compatibility.
32
+ * These features aren't handled because they are beyond the scope of what
33
+ this library is meant to be. In the future, I might build a framework
34
+ utilizing this library to handle these complex features which require
35
+ Router and ORM compatibility.
36
36
37
- - Relationship management
38
- - Sorting
39
- - Pagination
40
- - Filtering
37
+ - Relationship management
38
+ - Sorting
39
+ - Pagination
40
+ - Filtering
41
41
42
- ##### Subpackages:
42
+ ##### Subpackages:
43
43
44
- ###### -> jsc - JSON Spec Client - For Consuming JSON Spec APIs
44
+ ###### -> jsc - JSON Spec Client - For Consuming JSON Spec APIs
45
45
46
- Implmented:
46
+ Implmented:
47
47
48
- - POST Request
49
- - DELETE (NOOP)
50
- - PUT (Not Used)
48
+ - POST Request
49
+ - DELETE (NOOP)
50
+ - PUT (Not Used)
51
51
52
- TODO:
52
+ TODO:
53
53
54
- - GET Request
55
- - PATCH Request
54
+ - GET Request
55
+ - PATCH Request
56
56
57
57
## Installation
58
58
0 commit comments