Skip to content

Commit

Permalink
Fix endpoints names
Browse files Browse the repository at this point in the history
  • Loading branch information
thomazfeitoza committed Jan 28, 2016
1 parent 882613e commit dab9b0e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

# 1.0.1

- Fix api base url
- Fix api base url
- Fix endpoints names
2 changes: 1 addition & 1 deletion Gerencianet.SDK.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Gerencianet.SDK</id>
<version>1.0.0</version>
<version>1.0.1</version>
<authors>Cecília Devêza, Danniel Hugo, Francisco Thiene, Talita Campos, Thomaz Feitoza</authors>
<projectUrl>https://github.com/gerencianet/gn-api-sdk-dotnet</projectUrl>
<iconUrl>https://avatars2.githubusercontent.com/u/7284118</iconUrl>
Expand Down
4 changes: 2 additions & 2 deletions Gerencianet.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
6 changes: 3 additions & 3 deletions Gerencianet.SDK/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"route": "/carnet/:id/metadata",
"method": "PUT"
},
"GETNotification": {
"GetNotification": {
"route": "/notification/:token",
"method": "GET"
},
"GETPlans": {
"GetPlans": {
"route": "/plans",
"method": "GET"
},
Expand Down Expand Up @@ -75,7 +75,7 @@
"route": "/subscription/:id/metadata",
"method": "PUT"
},
"GETInstallments": {
"GetInstallments": {
"route": "/installments",
"method": "GET"
},
Expand Down

0 comments on commit dab9b0e

Please sign in to comment.