Amino.JS icon indicating copy to clipboard operation
Amino.JS copied to clipboard

3.0.0 Major Update

Open moelrobi opened this issue 7 years ago • 6 comments

Major Update PR for AminoJS

moelrobi avatar Jul 02 '18 23:07 moelrobi

Hey, any update for merging 3.0.0 to master?

akatsukilevi avatar Jan 04 '19 10:01 akatsukilevi

Once all checks are passing and all methods and endpoints have unit testing, then it will merge into Master. (Prob. Today)

moelrobi avatar Jan 04 '19 10:01 moelrobi

Hey @akatsukilevi, since i was in the middle of creating tests for the endpoints i stumbbeld upon your getCheckInCommunities Module.

There is this documentation:

/**
 * Loads Favorite Members
 * @param {SecurityString} sid For authenticating with the Narvii-API.
 * @param {String} coms A list of communities to get the check-in status, separated by "&"
 * @param {String} timezone The desired timezone to check(It will affect the user Check-In Functionality)
 * @returns {Object} Object with all the Check In info of the communities specified from the Logged-in User has in an Array.
 */

Couldn't it be easier if the List of communites would be spearated with , and not by &? Why this design choice?

EDIT: Also please keep the Top Documentation clean. I dont think this Module loads favorite Members. >-> xD

moelrobi avatar Jan 04 '19 12:01 moelrobi

Hey @akatsukilevi, since i was in the middle of creating tests for the endpoints i stumbbeld upon your getCheckInCommunities Module.

There is this documentation:

/**
 * Loads Favorite Members
 * @param {SecurityString} sid For authenticating with the Narvii-API.
 * @param {String} coms A list of communities to get the check-in status, separated by "&"
 * @param {String} timezone The desired timezone to check(It will affect the user Check-In Functionality)
 * @returns {Object} Object with all the Check In info of the communities specified from the Logged-in User has in an Array.
 */

Couldn't it be easier if the List of communites would be spearated with , and not by &? Why this design choice?

EDIT: Also please keep the Top Documentation clean. I dont think this Module loads favorite Members. >-> xD

First sorry for take ages to reply XD Also, it is separated by & instead of , due to the Amino API itself. I can make it be separated by ,, and before send substitute by &, so the API won't fail and the design will get better What do you think?

EDIT: LOL i didn't noticed that there! XD I'm fixing the Top Documentation now

akatsukilevi avatar Mar 18 '19 16:03 akatsukilevi

Hey, how's the situation for this pull request?

akatsukilevi avatar Apr 17 '19 13:04 akatsukilevi

Hey, any update for this merge?

akatsukilevi avatar Jun 25 '19 14:06 akatsukilevi