Project

General

Profile

« Previous | Next » 

Revision 47368

Swagger and REST API properties

View differences:

cnr-site.properties
49 49
services.objectstore.dao=fSObjectstoreDao
50 50
services.transformation.blacklist_api = http://localhost:8280/validator-service/worfklows?request=GetBlacklistedRecords&datasourceId=
51 51

  
52
# SWAGGER
53
springfox.documentation.swagger.v2.path     =   /api-docs
54
spring.jackson.date-format                  =   io.swagger.RFC3339DateFormat
55
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
56

  
57 52
# REST API CONFIGURATION
58
api.rest.title          =   OpenAIRE data provision REST API
59
api.rest.description    =   The OpenAIRE data provision REST API allows developers to access the metadata information space of OpenAIRE programmatically.
53
api.rest.title          =   OpenAIRE submission REST API
54
api.rest.description    =   The OpenAIRE submission REST API allows authorised applications to push results (publications and datasets) into the OpenAIRE index.
60 55
api.rest.license        =   LICENSED UNDER A CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE.
61 56
api.rest.license.url    =   https://creativecommons.org/licenses/by/4.0
62 57
api.rest.contact.name   =   D-Net team
63 58
api.rest.contact.url    =   http://www.d-net.research-infrastructures.eu
64 59
api.rest.contact.email  =   dnet-team@isti.cnr.it
65 60

  
61
# SWAGGER
62
springfox.documentation.swagger.v2.path     =   /api-docs
63
spring.jackson.date-format                  =   io.swagger.RFC3339DateFormat
64
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
66 65

  
66

  

Also available in: Unified diff