I had a general question. I'm currently going to be working on a team to build an API in Java and I have no idea where to start. I've never built an API before and I've had no instruction in the matter.The things I know:
- The API must be built in Java
- The API must accept (parse) JSON
- The API must translate the accepted JSON into another language
- The API must send information back to the client in XML format