Commit graph

29 commits

Author SHA1 Message Date
Jesse Wierzbinski 0c30b024cd
feat(client): 🏷️ Add uri property to Account 2024-07-17 13:52:32 +02:00
Jesse Wierzbinski 7e3db6fc2b
fix(client): 🏷️ Fix incorrect types for Instance 2024-06-28 20:34:04 -10:00
Jesse Wierzbinski f18fcf5890
fix(client): 🏷️ Use Notification type from Mastodon API, not the DOM Notification type 2024-06-28 16:20:09 -10:00
Jesse Wierzbinski 9c4bc08e2f
fix(client): 🐛 Fix incorrectly cased function parameters breaking API calls 2024-06-19 15:36:20 -10:00
Jesse Wierzbinski 503f4396ef
fix(client): 🏷️ Fix type issues 2024-06-19 13:44:52 -10:00
Jesse Wierzbinski f998264300
feat(client): Add global error handler 2024-06-19 12:48:09 -10:00
Jesse Wierzbinski 218af68dcc
feat(client): 🏷️ Export all types, refactor ResponseError better 2024-06-19 12:38:51 -10:00
Jesse Wierzbinski dc352bc276
refactor: ♻️ Refactor naming and code exports for both modules 2024-06-19 12:21:34 -10:00
Jesse Wierzbinski 8a37e7df95
feat(client): 🏷️ Update types 2024-06-19 12:03:48 -10:00
Jesse Wierzbinski a7b7115a88
feat: Add error response to ResponseError 2024-06-15 20:17:32 -10:00
Jesse Wierzbinski 6f717fcccd
chore(client): 🏷️ Update client types, add TOS and Privacy Policy APIs 2024-06-11 14:54:21 -10:00
Jesse Wierzbinski 24c5f3effd
feat(client): Add role API, expose more HTTP internals 2024-06-09 15:46:44 -10:00
Jesse Wierzbinski d54a7462ce
chore(client): ⚰️ Remove useless dependencies 2024-06-09 15:05:18 -10:00
Jesse Wierzbinski d4f5895dbf
fix(client): 🐛 Don't try to decode non-JSON response as JSON 2024-06-09 14:29:28 -10:00
Jesse Wierzbinski 028915f6c6
fix(client): 🐛 Fix missing quotes 2024-06-07 22:45:37 -10:00
Jesse Wierzbinski 92a1d82c8b
ci(build): 💚 try and fix CI, again 2024-06-07 15:25:46 -10:00
Jesse Wierzbinski 4542750159
feat(build): 👷 Don't minify/bundle/compile packages in release 2024-06-07 15:01:47 -10:00
Jesse Wierzbinski c54558abdf
fix(client): 🐛 Import JSON files with type JSON 2024-06-07 14:52:34 -10:00
Jesse Wierzbinski 5f5bdc80c6
feat(build): 💚 Hopefully fix CI 2024-06-07 14:43:28 -10:00
Jesse Wierzbinski c392b20f31
fix(client): 🐛 If requests don't have bodies, don't set Content-Type to JSON 2024-06-07 13:04:25 -10:00
Jesse Wierzbinski f10ef84c0f
fix(client): 🏷️ Fix incorrect type being used for createApp 2024-06-07 12:47:15 -10:00
Jesse Wierzbinski 20cafb859b
feat(client): Add getInstanceExtendedDescription 2024-06-07 12:10:52 -10:00
Jesse Wierzbinski a50c80c866
feat(client): 🏷️ Export Output and Token types 2024-06-07 12:00:38 -10:00
Jesse Wierzbinski 206aa7b2a9
docs(client): 📝 Add usage docs to client 2024-06-06 21:42:18 -10:00
Jesse Wierzbinski b08023e71e
chore(client): 🐛 Make package contents export 2024-06-06 21:17:34 -10:00
Jesse Wierzbinski 813a2688c8
docs(client): 📝 Finish JSDoc for new client 2024-06-06 21:14:10 -10:00
Jesse Wierzbinski 1ca2a03f3b
docs(client): 📝 Add JSDoc to more endpoints 2024-06-06 18:42:55 -10:00
Jesse Wierzbinski 2d923aae4d
feat(client): Add more HTTP endpoints to client 2024-06-06 18:30:08 -10:00
Jesse Wierzbinski 605d6a4c7d
feat(client): Add client package 2024-06-06 15:51:33 -10:00