Commit Graph

5 Commits

Author SHA1 Message Date
Aliwoto fa13a7e88d
set otp and challenge answer in jsonrpc request
Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2021-09-30 19:39:59 +00:00
Aliwoto e39d416aa6
Implement AuthenticateUser and CreateSession methods on class SocialvoidClient
Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2021-09-30 15:40:28 +00:00
Aliwoto 936f7e2663
fix issue #1
correct naming of `Socialvoid` in files, directories and namespaces.

Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2021-09-07 08:40:55 +00:00
Aliwoto 0fb30da3fe
completed implementation of exceptions in `SocialVoid.Errors` namespace
-----------------------------------------------------------------------
1. Added `AuthenticationErrors`, `MediaErrors`, `NetworkErrors`, `ServerErrors` and `ValidationErrors` namespaces.
2. Added `Tests.Errors` namespace (using `NUnit.Framework` as test framework),
3. Added github workflows for testing the library,
4. Added `dependabot` and `stale` configurations to the project.
5. Added `CODESTYLE.md` file.

Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2021-09-01 14:24:02 +00:00
Aliwoto 119380ca54
added basic files and SocialVoid.Errors namespace
Signed-off-by: Aliwoto <aminnimaj@gmail.com>
2021-08-29 05:14:34 +00:00