You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newsdataapi allows you to create a library for accessing http services easily, in a centralized way. An API defined by newsdataapi will return a JSON object when called.
3
5
@@ -120,7 +122,7 @@ response = api.sources_api()
120
122
121
123
## License
122
124
123
-
Provided under by Matt Lisivick.
125
+
Provided under [MIT License](https://github.com/newsdataapi/python-client/blob/main/LICENSE)by Matt Lisivick.
124
126
125
127
```
126
128
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0 commit comments