{"id":13506108,"url":"https://github.com/thanospan/ngsiv2-sdk-java","last_synced_at":"2025-03-30T03:30:30.867Z","repository":{"id":135147353,"uuid":"265296150","full_name":"thanospan/ngsiv2-sdk-java","owner":"thanospan","description":"NGSI v2 SDK for Java","archived":false,"fork":false,"pushed_at":"2020-05-24T16:30:18.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-01T04:35:03.183Z","etag":null,"topics":["api","client","fiware","fiware-ngsi","java","ngsi","sdk","sdk-java","v2"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thanospan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-19T16:07:16.000Z","updated_at":"2022-06-11T10:18:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2c12563-4d75-478d-aaa0-4666d51c458e","html_url":"https://github.com/thanospan/ngsiv2-sdk-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanospan%2Fngsiv2-sdk-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanospan%2Fngsiv2-sdk-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanospan%2Fngsiv2-sdk-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thanospan%2Fngsiv2-sdk-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thanospan","download_url":"https://codeload.github.com/thanospan/ngsiv2-sdk-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246273533,"owners_count":20750904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","client","fiware","fiware-ngsi","java","ngsi","sdk","sdk-java","v2"],"created_at":"2024-08-01T01:00:34.755Z","updated_at":"2025-03-30T03:30:30.853Z","avatar_url":"https://github.com/thanospan.png","language":"Java","readme":"# [NGSI v2](https://fiware.github.io/specifications/ngsiv2/stable/) SDK for Java\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost:1026/v2*\n\nClass | Method | HTTP request\n------------ | ------------- | -------------\nApiEntryPointApi | retrieveApiResources | **GET** /\nAttributeValueApi | getAttributeValue | **GET** /entities/{entityId}/attrs/{attrName}/value\nAttributeValueApi | updateAttributeValue | **PUT** /entities/{entityId}/attrs/{attrName}/value\nAttributesApi | getAttributeData | **GET** /entities/{entityId}/attrs/{attrName}\nAttributesApi | removeASingleAttribute | **DELETE** /entities/{entityId}/attrs/{attrName}\nAttributesApi | updateAttributeData | **PUT** /entities/{entityId}/attrs/{attrName}\nBatchOperationsApi | notify | **POST** /op/notify\nBatchOperationsApi | query | **POST** /op/query\nBatchOperationsApi | update | **POST** /op/update\nEntitiesApi | createEntity | **POST** /entities\nEntitiesApi | listEntities | **GET** /entities\nEntitiesApi | removeEntity | **DELETE** /entities/{entityId}\nEntitiesApi | replaceAllEntityAttributes | **PUT** /entities/{entityId}/attrs\nEntitiesApi | retrieveEntity | **GET** /entities/{entityId}\nEntitiesApi | retrieveEntityAttributes | **GET** /entities/{entityId}/attrs\nEntitiesApi | updateExistingEntityAttributes | **PATCH** /entities/{entityId}/attrs\nEntitiesApi | updateOrAppendEntityAttributes | **POST** /entities/{entityId}/attrs\nRegistrationsApi | createRegistration | **POST** /registrations\nRegistrationsApi | deleteRegistration | **DELETE** /registrations/{registrationId}\nRegistrationsApi | listRegistrations | **GET** /registrations\nRegistrationsApi | retrieveRegistration | **GET** /registrations/{registrationId}\nRegistrationsApi | updateRegistration | **PATCH** /registrations/{registrationId}\nSubscriptionsApi | createSubscription | **POST** /subscriptions\nSubscriptionsApi | deleteSubscription | **DELETE** /subscriptions/{subscriptionId}\nSubscriptionsApi | listSubscriptions | **GET** /subscriptions\nSubscriptionsApi | retrieveSubscription | **GET** /subscriptions/{subscriptionId}\nSubscriptionsApi | updateSubscription | **PATCH** /subscriptions/{subscriptionId}\nTypesApi | listEntityTypes | **GET** /types\nTypesApi | retrieveEntityType | **GET** /types/{entityType}\n\n## Known Issues\n* **PATCH** /registrations/{registrationId} returns **405 Method Not Allowed**.\u003cbr/\u003e\nAccording to the [NGSIv2 Implementation Notes](https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/user/ngsiv2_implementation_notes.md#registrations):\u003cbr/\u003e\n`PATCH /v2/registration/\u003cid\u003e` is not implemented. Thus, registrations cannot be updated directly. I.e., updates must be done deleting and re-creating the registration. Please see [this issue](https://github.com/telefonicaid/fiware-orion/issues/3007) about this.\n* **204 No Content** responses cause `java.io.IOException: unexpected content length header with 204 response`\u003cbr/\u003e\n[This bug](https://bugs.openjdk.java.net/browse/JDK-8218662) has been fixed in jdk-11.0.7\n\n## Additional Resources\n* An introductory tutorial to the FIWARE Platform can be found [here](https://github.com/FIWARE/tutorials.Getting-Started).\n* The official docker image of the Orion Context Broker can be found [here](https://hub.docker.com/r/fiware/orion).\n","funding_links":[],"categories":["Open-Source FIWARE from third parties"],"sub_categories":["Processing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanospan%2Fngsiv2-sdk-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthanospan%2Fngsiv2-sdk-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthanospan%2Fngsiv2-sdk-java/lists"}