Pierre-Louis Pery kar
  • France
  • Joined on 2025-05-03
kar commented on pull request ligmo/ligmo#32 2025-05-14 03:33:03 -04:00
api: add endpoint to mark emote use

POST /platforms/{platform}/connections/{connectedID}/emotes is UpdatePlatformExpiry ? Should this be like ReportPlatformUsage ? Also I don't understand who would call that endpoint?

kar commented on pull request ligmo/ligmo#32 2025-05-14 03:33:03 -04:00
api: add endpoint to mark emote use

I don't know if I like the body to be straight up an array, even if it might make sense in the context of this specific endpoint. Are we sure there's nothing we will add to that payload?

kar commented on pull request ligmo/ligmo#32 2025-05-14 03:33:03 -04:00
api: add endpoint to mark emote use

nice

kar commented on issue ligmo/ligmo#10 2025-05-14 03:28:18 -04:00
Add auth endpoints

so that the api can change versions without adjusting oauth2 application configuration

I don't see this as much of a real concern but having auth on a different subdomain domain is fine as…

kar pushed to rest-api-scaffold at ligmo/ligmo 2025-05-08 09:28:09 -04:00
a871664f16 go rest api scaffold
f3194a3a03 api: manually set operation ids (#26)
Compare 2 commits »
kar approved ligmo/ligmo#26 2025-05-08 07:05:13 -04:00
api: manually set operation ids
kar pushed to rest-api-scaffold at ligmo/ligmo 2025-05-08 07:04:50 -04:00
dbabb1cd31 go rest api scaffold
00235e6240 api: manually set operation ids
a92f29174e api: move attributions to models
Compare 3 commits »
kar created pull request ligmo/ligmo#25 2025-05-07 18:24:57 -04:00
WIP: go rest api scaffold
kar created branch rest-api-scaffold in ligmo/ligmo 2025-05-07 18:24:18 -04:00
kar pushed to rest-api-scaffold at ligmo/ligmo 2025-05-07 18:24:18 -04:00
533106a7f1 go rest api scaffold
kar commented on pull request ligmo/ligmo#15 2025-05-06 10:11:08 -04:00
schema: adjustments

can we use the fully qualified name while we're at it? emote_set_editor?

kar commented on pull request ligmo/ligmo#20 2025-05-06 10:09:49 -04:00
read api specification

Do we paginate now?

kar commented on pull request ligmo/ligmo#20 2025-05-06 10:02:43 -04:00
read api specification

should this be

ban?: interface {
  reason: string;
  start_time: string;
  duration: string;
}

Or something similar? Bans will most likely contain more than just a string?

kar commented on pull request ligmo/ligmo#20 2025-05-06 09:59:54 -04:00
read api specification

Should probably be plural as well

kar commented on issue ligmo/ligmo#16 2025-05-06 09:51:42 -04:00
decide the name of a collection of emotes

Set sounds nicer than list. There's hardly anything to go off of though

kar commented on pull request ligmo/ligmo#12 2025-05-03 15:18:39 -04:00
schema: initialize database

approved_at ?

kar commented on pull request ligmo/ligmo#12 2025-05-03 15:18:39 -04:00
schema: initialize database

created_at ?