-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/krupakrzysztof/enovaApi.P…
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# enovaApi.Proxy | ||
# enovaApi.Proxy | ||
|
||
Soneta.WebApi nie umożliwia autoryzacji za pomocą klucza API, aby w komunikatach do enovy nie wpisywać użytkownika i hasła można skorzystać z przygotowanego proxy. | ||
W tym celu w appsettings.json konfigurujemy kestrel oraz podajemy adres api enovy, a następnie instalujemy usługę. | ||
|
||
Aplikacja wystawia 2 endpointy: | ||
- http://localhost:7065/api/Keys - do tworzenia kluczy, w parametrach podajemy nazwę użytkownika i hasło. W odpowiedzi dostajemy klucz api, który wraz z użytkownikiem i hasłem, przechowywane są w pliku keys.json (hasło jest zaszyfrowane) | ||
![image](https://user-images.githubusercontent.com/87368964/221992553-adcf8772-3565-4b6f-8411-eead0f560dc5.png) | ||
- http://localhost:7065/api/MethodInvoker/InvokeServiceMethod - do wywoływania api enovy | ||
![image](https://user-images.githubusercontent.com/87368964/221992496-0a7c5a3c-aa17-4164-b7f9-315f03c91803.png) |