Pynews
  1. Libraries
Pynews
  • Authentication
    • Athenticate
      POST
  • News
    • Create
      POST
    • Get
      GET
    • Update
      PUT
    • Like
      POST
  • Libraries
    • Create Subscription
      POST
    • Add new Library
      POST
    • GET List of the last 30 days updates
      GET
  1. Libraries

GET List of the last 30 days updates

Developing
GET
/libraries/{language}
Libraries
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/libraries/python' \
--header 'Authorization: Bearer ' \
--header 'user-email: user@email.com' \
--header 'Content-Type: application/json'
Response Response Example
[
    {
        "library_name": "pariatur soluta beatae",
        "news": [
            {
                "description": "Ad officia molestias excepturi possimus eum pariatur ab veritatis. Veritatis sit quos nostrum esse praesentium voluptatum sed. Eligendi consequuntur vel officiis voluptates atque voluptatem.",
                "tag": "update"
            }
        ],
        "logo": "http://fExGjzcoFQvfbpfEbromzbxVVzIcyZp.srevGOKvq3Z,oONHArESAJVBQkH",
        "version": "velit",
        "release_date": "2025-05-01T19:19:53.488Z",
        "releases_doc_url": "http://automatic-council.net"
    }
]

Request

Path Params
language
enum<string> 
required
Allowed values:
pythonnodejavascriptjavac#c++typescriptgorustswiftphp
Example:
python
Header Params
Authorization
string 
optional
Example:
Bearer {{access_token}}
Content-Type
string 
optional
Example:
application/json
user-email
string 
optional
Example:
user@email.com

Responses

🟢200Success
application/json
Body
array of:
library_name
string 
required
news
array [object {2}] 
required
description
string 
required
tag
enum<string> 
required
Allowed values:
security_fixnew_featuredeprecateupdatebug_fix
logo
string <uri>
required
version
string 
required
release_date
string <date>
required
releases_doc_url
string <uri>
required
Modified at 2025-05-02 18:13:10
Previous
Add new Library
Built with