-
Notifications
You must be signed in to change notification settings - Fork 0
Api client #6
Api client #6
Conversation
Singleton class and models for requests and responses made
Models are now serializable and APIclient has create account method implemented. Renamed APIclient to ARgorithmAPI
|
also dont worry, I removed Codacy after i saw it was linked to this repo as well FYI: The grade was |
|
Closes #4 @Vin-dictive is making his UI updates in this pull request as well so we'll review and merge that here as well |
Added Login Page UI and setup scripts.
|
Going to refactor and change the JSON parser we use from the inbuilt JSON utility to JSON.net as it is much more friendly to dynamic objects and can parse JSON objects using key-value. |
|
You'll have to make sure the build for Android is supported with it |
what they say, i have added the link in the previous message, you can double check if you want |
Added the APIClient Scripts to their respective buttons
|
Migrated to JSON.net Added
|
Dynamic list showing algos
Meta commit
…nto api-client
Yet to implement
add comments
closes #3
ARgorithmAPI
ARgorithmAPI has been created with the following functions:
connect: connects to end pointlogin: log in to user accountcreate: create user accountverify: checks for pre-existing login credentialslist: gets list of argorithm from serverUsage
get the imports
connectThe ConnectionResponse.status can have following values
createThe CreationResponse.status can have following values
loginThe LoginResponse.status can have following values
verifyThe LoginResponse.status can have following values
listThe
runproblemSo I was implementing run and it is tad more complicated due to parameters and my amatuer C# skills and also with that issue still at large. But the other functions work and @Vin-dictive can start his work on #4 . We can brainstorm and add the
runlaterAdded Readme
Simple README.md added