ThreadSky
About ThreadSky
Log In
juststeveking.com
•
136 days ago
Laravel peeps, what are the main areas that you struggle with when building an API? I am working on a list of content to create, and want to make sure it is useful!
Comments
Log in
with your Bluesky account to leave a comment
[–]
patrickomeara.bsky.social
•
136 days ago
Hey Steve, here are some topics I wish I knew more about when building APIs.
Producing documentation.
Returning dynamically generated files.
Generating Typescript types from endpoints.
Handling different data for the same resource at list/show endpoints. ie. Summary vs detail resource.
2
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
Producing documentation.
Returning dynamically generated files.
Generating Typescript types from endpoints.
Handling different data for the same resource at list/show endpoints. ie. Summary vs detail resource.