![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.
go.mongodb.org/realm
A Go HTTP client for the MongoDB Realm API.
Note that Realm only supports the two most recent major versions of Go.
import "go.mongodb.org/realm/realm"
Construct a new Realm client, then use the various services on the client to access different parts of the Atlas API. For example:
client := realm.NewClient(nil)
The services of a client divide the API into logical chunks and correspond to the structure of the Atlas API documentation at https://docs.mongodb.com/realm/admin/api/v3/.
NOTE: Using the context package, one can easily
pass cancellation signals and deadlines to various services of the client for
handling a request. In case there is no context available, then context.Background()
can be used as a starting point.
Each version of the client is tagged, and the version is updated accordingly.
To see the list of past versions, run git tag
.
To release a new version, first ensure that Version is updated
(i.e., before running git push origin vx.y.z
, verify that Version=x.y.z
should match the tag being pushed to GitHub)
This library is being initially developed for Atlas Terraform Provider so API methods will likely be implemented in the order that they are needed by those projects.
See our CONTRIBUTING.md Guide.
go-client-mongodb-realm
is released under the Apache 2.0 license. See LICENSE
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.