novuhq / novu-kotlin

Kotlin SDK for Novu - The open-source notification infrastructure for engineers. 🚀
MIT License
20 stars 6 forks source link

feature request: add sdk methods for organization apis #54

Closed jainpawan21 closed 10 months ago

jainpawan21 commented 11 months ago

Take this issue as reference https://github.com/novuhq/novu/issues/4775

unicodeveloper commented 11 months ago

@mayorJAY @Basfar

mayorJAY commented 10 months ago

Got it

mayorJAY commented 10 months ago

@jainpawan21 https://api.novu.co/api#/Organizations/OrganizationController_getOrganizations I tried sending a request to this endpoint using Postman, but the response body I got seems to be different from what is stated on the Swagger doc. The doc seems to be confusing, this is what I got on Postman:


{
    "data": [
        {
            "_id": String,
            "name": String,
            "createdAt": "2023-06-22T21:01:05.684Z",
            "updatedAt": "2023-06-22T21:01:05.684Z",
            "__v": 0
        }
    ]
}