• KrankyKong@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Oh sick. Ive been throwing around the idea of making an saas app that can be configured to make api calls and modify the response in some user configured sorta way.

    I’ve had two jobs where I was constantly calling into multiple web apis that returned inconsistent and often malformed json and xml. So I have to try my best to sanitize the responses before ingesting the data into the system.

    So the idea of the project would be that it could make the api calls for you, modify the response using a configuration, and send it back hopefully fixed up. Then you could add alerts if you get an unexpected response, save responses as test cases, potentially you could use ai to translate responses for you, etc.

    I just have to start it lol.