![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/hansyagarwal/news-api
import/download all package and libraries using go get
go run main.go
port: 3000
everything is case-sensitive
the mongodb uri is kept public for some time
open postman and create new request
switch from GET to POST and type localhost:3000/articles
select body
and then raw
and for example type
{
"Title": "news article",
"Subtitle": "subtitle of new article",
"Content": "content of new article"
}
click send
switch to GET and type:
localhost:3000/articles
to list all the articles
localhost:3000/articles/<id>
to get the article by its id (try 5fa96b181aff7c9b9bb04e8a
as id or put localhost:3000/articles/5fa96b181aff7c9b9bb04e8a
)
localhost:3000/articles/search?q=<search term>
to get the article by its title/subtitle/content (if the title is more than 1 word use %20
for space, eg: localhost:3000/articles/search?q=Covid19%20vaccine
)
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.