I have groupId
, artifactId
and version
. How do i write a GET request using Nexus Rest API in order to get further artifact description?
相关问题
- Design RESTful service with multiple ids
- Axios OPTIONS instead of POST Request. Express Res
- Plain (non-HTML) error pages in REST api
- Laravel 5.1 MethodNotAllowedHttpException on store
- Google places autocomplete suggestion without coun
相关文章
- C#中 public virtual string Category { get; }这么写会报错:
- 我用scrapy写了一个蛮简单的爬虫怎么封装成一个api啊
- 后端给前端的API接口是怎么用代码写的
- Convert C# Object to Json Object
- Auto mirroring Nexus Proxy Repository
- Android camera2 API get focus distance in AF mode
- Got ActiveRecord::AssociationTypeMismatch on model
- Multiple parameters in AngularJS $resource GET
Not sure what information you're looking for.
The REST API doco is availble here:
Examples
Obtain the repository id
You're starting with: groupId, artifactId, version:
The repositoryId is mandatory in other API calls
Artifact resolution info
Retrieve the POM
Retrieve the jar