Skip to content

Commit 1403e14

Browse files
committed
Update CHANGELOG.md
1 parent 9a8841d commit 1403e14

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 0.0.11
22

3-
- Updated: notification docs
3+
- Refactored: gn-auth - client credentials are now sent within the header
4+
- Refactored: gn-constants/gn-endpoints/gn-sdk - each function now has two arguments: *params* and *body*.
5+
The *body* is meant to be sent in the request body as usual, whereas the *params* will be mapped to url params as defined in gn-constants. If the param is not present in the url, it will be sent as a query string
6+
- Refactored: gn-endpoints - now Gerencianet endpoints are restfull, which means that the sdk must consider sending also put and delete
7+
- Updated: docs
48

59
# 0.0.10
610

0 commit comments

Comments
 (0)