GuildedAPI / docs

Docs for Guilded's client API
https://guildedapi.com
53 stars 14 forks source link

Added `Guilded.TS` to libraries #19

Closed DanieliusDev closed 2 years ago

DanieliusDev commented 2 years ago

Added Guilded.TS to libraries. Guilded.TS supports the official bot API.

DanieliusDev commented 2 years ago

Please alphabetize your entry.

Will do. btw before you review my library, please give me a few minutes to implement request retries.

DanieliusDev commented 2 years ago

@shayypy should i keep my lib near the js/ts libs?

shayypy commented 2 years ago

The entire list should be sorted alphabetically; don't group it independently.

DanieliusDev commented 2 years ago

The entire list should be sorted alphabetically; don't group it independently.

Alr.

shayypy commented 2 years ago

You should prefer the retry-after header when it is present. I don't see this in RestManager.ts.

DanieliusDev commented 2 years ago

@shayypy im ready for my my lib to be reviewed or whatever.

DanieliusDev commented 2 years ago

You should prefer the retry-after header when it is present. I don't see this in RestManager.ts.

ok, ill probably implement this tomorrow then.

DanieliusDev commented 2 years ago

Hi @shayypy , ik its been a long time since i said i would add the Retry-After header. Well the reason it took a week is because i was working on a big update. The update is now released with the feature you requested. https://github.com/guildedts/guilded.ts/blob/main/packages/rest/src/RestManager.ts#L70 I hope this is enough for you to add my library to the list :)