Difference between revisions of "I2Rest Client Usecases"
Pavel.lobko (talk | contribs) (→Https request without authorization) |
|||
Line 5: | Line 5: | ||
*[[NoAuth_usecase_2|Https request with logs]] | *[[NoAuth_usecase_2|Https request with logs]] | ||
*[[NoAuth_usecase_3|Sending SMS via Vonage APIs]] | *[[NoAuth_usecase_3|Sending SMS via Vonage APIs]] | ||
− | *[[NoAuth_usecase_4|Google OAuth 2.0 for Server to Server Applications]] | + | *[[NoAuth_usecase_4|Dealing with Google OAuth 2.0 for Server to Server Applications]] |
== Basic access authentication == | == Basic access authentication == |
Revision as of 11:07, 22 May 2020
Contents
Https request without authorization
- The simpliest one
- Https request with logs
- Sending SMS via Vonage APIs
- Dealing with Google OAuth 2.0 for Server to Server Applications