Skip to content

Commit 1a3e9a9

Browse files
author
Derek Dowling
committed
Fixing readme indent
1 parent 2365f03 commit 1a3e9a9

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -10,49 +10,49 @@ APIs. Great for Ember.js!
1010

1111
## Features
1212

13-
#### Packages
13+
#### Packages
1414

15-
##### jsh - JSON Spec Handler - For Building Your OWN JSON Spec API
15+
##### jsh - JSON Spec Handler - For Building Your OWN JSON Spec API
1616

17-
Implemented:
17+
Implemented:
1818

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
2525

26-
TODO:
26+
TODO:
2727

28-
- Reserved character checking
28+
- Reserved character checking
2929

30-
Not Implenting:
30+
Not Implenting:
3131

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.
3636

37-
- Relationship management
38-
- Sorting
39-
- Pagination
40-
- Filtering
37+
- Relationship management
38+
- Sorting
39+
- Pagination
40+
- Filtering
4141

42-
##### Subpackages:
42+
##### Subpackages:
4343

44-
###### -> jsc - JSON Spec Client - For Consuming JSON Spec APIs
44+
###### -> jsc - JSON Spec Client - For Consuming JSON Spec APIs
4545

46-
Implmented:
46+
Implmented:
4747

48-
- POST Request
49-
- DELETE (NOOP)
50-
- PUT (Not Used)
48+
- POST Request
49+
- DELETE (NOOP)
50+
- PUT (Not Used)
5151

52-
TODO:
52+
TODO:
5353

54-
- GET Request
55-
- PATCH Request
54+
- GET Request
55+
- PATCH Request
5656

5757
## Installation
5858

0 commit comments

Comments
 (0)